Last change
on this file since 935 was 926, checked in by s10k, 11 years ago |
XmlTools2
Added --aei-patch-files-list for AEI2
|
File size:
761 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.