fix rapidjson include directory

This commit is contained in:
David Bears 2026-01-18 13:53:48 -05:00
parent 5ac0a4ac7e
commit 5997bf100c
No known key found for this signature in database
GPG Key ID: FB975E12C69F7177
3 changed files with 10 additions and 13 deletions

View File

@ -21,8 +21,16 @@
TEMPLATE = lib
CONFIG *= plugin
DEPENDPATH += $$PWD/../../libretroshare/src/ $$PWD/../../retroshare-gui/src/
INCLUDEPATH += $$PWD/../../libretroshare/src/ $$PWD/../../retroshare-gui/src/
# TODO: Why are these not added by retroshare.pri?
DEPENDPATH += $$PWD/../../retroshare-gui/src/
INCLUDEPATH += $$PWD/../../retroshare-gui/src/
# TODO: Why can we not include use_libretroshare.pri
DEPENDPATH += $$PWD/../../libretroshare/src/
INCLUDEPATH += $$PWD/../../libretroshare/src/
# rapidjson headers are required for libretroshare
INCLUDEPATH += ../../supportlibs/rapidjson/include
linux-* {
target.path = "$${RS_PLUGIN_DIR}"

View File

@ -110,12 +110,6 @@ 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

@ -40,11 +40,6 @@ target.files = lib/libVOIP.so
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 += ../../supportlibs/rapidjson/include
#################################### Linux #####################################