blob: 3f0bab05dd537bae5852bb0a3c9493ac55392586 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
|