source: trunk/src/tools/uic/uic.pri@ 890

Last change on this file since 890 was 2, checked in by Dmitry A. Kuminov, 17 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 523 bytes
Line 
1
2INCLUDEPATH += $$PWD
3
4HEADERS += \
5 $$PWD/customwidgetsinfo.h \
6 $$PWD/databaseinfo.h \
7 $$PWD/driver.h \
8 $$PWD/globaldefs.h \
9 $$PWD/option.h \
10 $$PWD/treewalker.h \
11 $$PWD/utils.h \
12 $$PWD/ui4.h \
13 $$PWD/validator.h
14
15SOURCES += \
16 $$PWD/customwidgetsinfo.cpp \
17 $$PWD/databaseinfo.cpp \
18 $$PWD/driver.cpp \
19 $$PWD/treewalker.cpp \
20 $$PWD/ui4.cpp \
21 $$PWD/validator.cpp
Note: See TracBrowser for help on using the repository browser.