| Rev | Line |  | 
|---|
| [906] | 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 | 
|---|
| [944] | 8 | #QMAKE_CXXFLAGS+= -fopenmp | 
|---|
|  | 9 | #QMAKE_LFLAGS +=  -fopenmp #OpenMP (multithreading) support | 
|---|
| [906] | 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 \ | 
|---|
| [926] | 25 | xmlfilter.cpp \ | 
|---|
|  | 26 | optionsparser.cpp | 
|---|
| [906] | 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 \ | 
|---|
| [926] | 36 | xmlfilter.h \ | 
|---|
|  | 37 | optionsparser.h | 
|---|
| [906] | 38 |  | 
|---|
|  | 39 | OTHER_FILES += | 
|---|
|  | 40 |  | 
|---|
|  | 41 | RESOURCES += \ | 
|---|
|  | 42 | resources.qrc | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.