| Revision: | 1073 | 
| Committed: | Thu Oct 5 17:48:32 2017 UTC (8 years ago) by s10k | 
| File size: | 820 byte(s) | 
| Log Message: | added XML Tools latest version (2.0d) and s10k's common libs | 
| # | Content | 
|---|---|
| 1 | INCLUDEPATH+=$$PWD | 
| 2 | DEPENDPATH+=$$PWD | 
| 3 | #include($$PWD/CommonLibs.pro) | 
| 4 | |
| 5 | SOURCES += \ | 
| 6 | $$PWD/pugixml/pugixml.cpp \ | 
| 7 | |
| 8 | contains(QT, gui){ | 
| 9 | SOURCES += \ | 
| 10 | $$PWD/jsonhighlighter/highlighter.cpp \ | 
| 11 | $$PWD/CustomTreeWidget/customtreewidget.cpp | 
| 12 | } | 
| 13 | |
| 14 | HEADERS += \ | 
| 15 | $$PWD/pugixml/pugiconfig.hpp \ | 
| 16 | $$PWD/cpp17optional/optional.hpp \ | 
| 17 | $$PWD/plog/Log.h \ | 
| 18 | $$PWD/pugixml/pugixml.hpp | 
| 19 | |
| 20 | contains(QT, gui){ | 
| 21 | HEADERS += \ | 
| 22 | $$PWD/jsonhighlighter/highlighter.h \ | 
| 23 | $$PWD/CustomTreeWidget/customtreewidget.h | 
| 24 | } | 
| 25 | |
| 26 | contains(QT, gui){ | 
| 27 | INCLUDEPATH += \ | 
| 28 | $$PWD/CustomTreeWidget # this one is global so we can use it to promote widgets in qt creator | 
| 29 | } | 
| 30 | # (http://stackoverflow.com/questions/18471827/qtcreator-cant-find-the-class-header-file-after-promoting-a-widget-to-that-clas) | 
| 31 | # $$PWD/pugixml |