util/src/tools/uic/uic.pri
changeset 7 f7bc934e204c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/util/src/tools/uic/uic.pri	Wed Mar 31 11:06:36 2010 +0300
@@ -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