src/tools/uic/uic.pri
changeset 0 1918ee327afb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/tools/uic/uic.pri	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,21 @@
+
+INCLUDEPATH += $$PWD
+
+HEADERS += \
+           $$PWD/customwidgetsinfo.h \
+           $$PWD/databaseinfo.h \
+           $$PWD/driver.h \
+           $$PWD/globaldefs.h \
+           $$PWD/option.h \
+           $$PWD/treewalker.h \
+           $$PWD/utils.h \
+           $$PWD/ui4.h \
+           $$PWD/validator.h
+
+SOURCES += \
+           $$PWD/customwidgetsinfo.cpp \
+           $$PWD/databaseinfo.cpp \
+           $$PWD/driver.cpp \
+           $$PWD/treewalker.cpp \
+           $$PWD/ui4.cpp \
+           $$PWD/validator.cpp