source: s10k/CommonLibs/CommonLibs.pri@ 1085

Last change on this file since 1085 was 1073, checked in by s10k, 7 years ago

added XML Tools latest version (2.0d) and s10k's common libs

File size: 820 bytes
Line 
1INCLUDEPATH+=$$PWD
2DEPENDPATH+=$$PWD
3#include($$PWD/CommonLibs.pro)
4
5SOURCES += \
6 $$PWD/pugixml/pugixml.cpp \
7
8contains(QT, gui){
9SOURCES += \
10 $$PWD/jsonhighlighter/highlighter.cpp \
11 $$PWD/CustomTreeWidget/customtreewidget.cpp
12}
13
14HEADERS += \
15 $$PWD/pugixml/pugiconfig.hpp \
16 $$PWD/cpp17optional/optional.hpp \
17 $$PWD/plog/Log.h \
18 $$PWD/pugixml/pugixml.hpp
19
20contains(QT, gui){
21HEADERS += \
22 $$PWD/jsonhighlighter/highlighter.h \
23 $$PWD/CustomTreeWidget/customtreewidget.h
24}
25
26contains(QT, gui){
27INCLUDEPATH += \
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
Note: See TracBrowser for help on using the repository browser.