3.0
Line | |
---|
1 | VERSION = 2.0.0 |
---|
2 | TEMPLATE = lib |
---|
3 | CONFIG += plugin \ |
---|
4 | thread |
---|
5 | DESTDIR = ../ |
---|
6 | TARGET = SwisscomXtraZone |
---|
7 | QT = core \ |
---|
8 | network \ |
---|
9 | gui \ |
---|
10 | sql |
---|
11 | LIBS += -L../../lib/ |
---|
12 | # Attend the order! |
---|
13 | LIBS += -linterfaces \ |
---|
14 | -lgateway \ |
---|
15 | -linterfaces \ |
---|
16 | -ldatatypes \ |
---|
17 | -lutils |
---|
18 | INCLUDEPATH += app \ |
---|
19 | ../../lib/libinterfaces/src/exceptions/ \ |
---|
20 | ../../lib/libinterfaces/src/business/ \ |
---|
21 | ../../lib/libinterfaces/src/ui/ \ |
---|
22 | ../../lib/libinterfaces/src/ \ |
---|
23 | ../../lib/libgateway/src/exceptions/ \ |
---|
24 | ../../lib/libgateway/src/business/ \ |
---|
25 | ../../lib/libgateway/src/persistence/ \ |
---|
26 | ../../lib/libdatatypes/src/business \ |
---|
27 | ../../lib/libdatatypes/src \ |
---|
28 | ../../lib/libutils/src/ |
---|
29 | HEADERS += src/business/validation/BCAccountValidator.h \ |
---|
30 | src/main.h \ |
---|
31 | src/business/BCAccount.h \ |
---|
32 | src/business/BCGateway.h \ |
---|
33 | src/persistence/DAAccountStorageOfficer.h \ |
---|
34 | src/ui/vcsettingswidget.h |
---|
35 | SOURCES += src/business/validation/BCAccountValidator.cpp \ |
---|
36 | src/main.cpp \ |
---|
37 | src/business/BCAccount.cpp \ |
---|
38 | src/business/BCGateway.cpp \ |
---|
39 | src/persistence/DAAccountStorageOfficer.cpp \ |
---|
40 | src/ui/vcsettingswidget.cpp |
---|
41 | FORMS += src/ui/vcsettingswidget.ui |
---|
42 | RESOURCES += lib/SwisscomXtraZone.qrc |
---|
43 | TRANSLATIONS += locale/de.ts |
---|
Note: See
TracBrowser
for help on using the repository browser.