mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-24 15:09:33 -05:00
extended the rapid_json trick to plugins
This commit is contained in:
parent
5f12b6076d
commit
676c070152
@ -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
|
||||
|
||||
|
@ -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-* {
|
||||
|
Loading…
Reference in New Issue
Block a user