Revision: | 926 |
Committed: | Wed Feb 5 18:31:05 2014 UTC (11 years, 8 months ago) by s10k |
File size: | 761 byte(s) |
Log Message: | XmlTools2 Added --aei-patch-files-list for AEI2 |
# | Content |
---|---|
1 | TEMPLATE = app |
2 | CONFIG += console |
3 | QT += core |
4 | QT -= gui # not needed |
5 | #CONFIG -= qt |
6 | #QT += qml #for use new google v8 qtscript engine |
7 | QT += script #for use old qtscript engine |
8 | |
9 | macx { |
10 | CONFIG -= app_bundle # We only want the binary on mac os not a bundle |
11 | } |
12 | |
13 | |
14 | INCLUDEPATH += ./libs |
15 | |
16 | SOURCES += main.cpp \ |
17 | libs/pugixml.cpp \ |
18 | xmltools.cpp \ |
19 | util.cpp \ |
20 | xmlpatch.cpp \ |
21 | multidimvar.cpp \ |
22 | utilxmltools.cpp \ |
23 | xmlfilter.cpp \ |
24 | optionsparser.cpp |
25 | |
26 | HEADERS += main.h \ |
27 | libs/pugiconfig.hpp \ |
28 | libs/pugixml.hpp \ |
29 | util.h \ |
30 | xmltools.h \ |
31 | xmlpatch.h \ |
32 | multidimvar.h \ |
33 | utilxmltools.h \ |
34 | xmlfilter.h \ |
35 | optionsparser.h |
36 | |
37 | OTHER_FILES += |
38 | |
39 | RESOURCES += \ |
40 | resources.qrc |