extended the rapid_json trick to plugins

This commit is contained in:
csoler 2018-05-03 15:55:21 +02:00
parent 5f12b6076d
commit 676c070152
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C
2 changed files with 12 additions and 0 deletions

View File

@ -80,6 +80,12 @@ TRANSLATIONS += \
lang/FeedReader_tr.ts \
lang/FeedReader_zh_CN.ts
# when rapidjson is mainstream on all distribs, we will not need the sources anymore
# in the meantime, they are part of the RS directory so that it is always possible to find them
INCLUDEPATH += ../../rapidjson-1.1.0
linux-* {
CONFIG += link_pkgconfig

View File

@ -16,6 +16,12 @@ MOBILITY = multimedia
DEPENDPATH += $$PWD/../../retroshare-gui/src/temp/ui
INCLUDEPATH += $$PWD/../../retroshare-gui/src/temp/ui
# when rapidjson is mainstream on all distribs, we will not need the sources anymore
# in the meantime, they are part of the RS directory so that it is always possible to find them
INCLUDEPATH += ../../rapidjson-1.1.0
#################################### Linux #####################################
linux-* {