ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/XmlTools2/trunk/XmlTools.pro
Revision: 944
Committed: Fri Feb 7 15:03:29 2014 UTC (11 years, 8 months ago) by s10k
File size: 850 byte(s)
Log Message:
XmlTools
last changes to V2.0

File Contents

# 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 #QMAKE_CXXFLAGS+= -fopenmp
9 #QMAKE_LFLAGS += -fopenmp #OpenMP (multithreading) support
10
11 macx {
12 CONFIG -= app_bundle # We only want the binary on mac os not a bundle
13 }
14
15
16 INCLUDEPATH += ./libs
17
18 SOURCES += main.cpp \
19 libs/pugixml.cpp \
20 xmltools.cpp \
21 util.cpp \
22 xmlpatch.cpp \
23 multidimvar.cpp \
24 utilxmltools.cpp \
25 xmlfilter.cpp \
26 optionsparser.cpp
27
28 HEADERS += main.h \
29 libs/pugiconfig.hpp \
30 libs/pugixml.hpp \
31 util.h \
32 xmltools.h \
33 xmlpatch.h \
34 multidimvar.h \
35 utilxmltools.h \
36 xmlfilter.h \
37 optionsparser.h
38
39 OTHER_FILES +=
40
41 RESOURCES += \
42 resources.qrc