source: XmlTools2/trunk/XmlTools.pro@ 935

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 
1TEMPLATE = app
2CONFIG += console
3QT += core
4QT -= gui # not needed
5#CONFIG -= qt
6#QT += qml #for use new google v8 qtscript engine
7QT += script #for use old qtscript engine
8
9macx {
10CONFIG -= app_bundle # We only want the binary on mac os not a bundle
11}
12
13
14INCLUDEPATH += ./libs
15
16SOURCES += 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
26HEADERS += 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
37OTHER_FILES +=
38
39RESOURCES += \
40 resources.qrc
Note: See TracBrowser for help on using the repository browser.