1
2INCLUDEPATH += $$PWD
3
4HEADERS += \
5           $$PWD/customwidgetsinfo.h \
6           $$PWD/databaseinfo.h \
7           $$PWD/driver.h \
8           $$PWD/option.h \
9           $$PWD/treewalker.h \
10           $$PWD/utils.h \
11           $$PWD/ui4.h \
12           $$PWD/validator.h
13
14SOURCES += \
15           $$PWD/customwidgetsinfo.cpp \
16           $$PWD/databaseinfo.cpp \
17           $$PWD/driver.cpp \
18           $$PWD/treewalker.cpp \
19           $$PWD/ui4.cpp \
20           $$PWD/validator.cpp
21