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
|
Rev | Line | |
---|
[1073] | 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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.