summaryrefslogtreecommitdiffstats
path: root/src/tools/uic/uic.pri
blob: 1c9098dcf959f34ae9280d0817b9ac312274bb2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

INCLUDEPATH += $$PWD

HEADERS += \
           $$PWD/customwidgetsinfo.h \
           $$PWD/databaseinfo.h \
           $$PWD/driver.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