added missing commands to install plugins

This commit is contained in:
csoler 2018-12-21 15:50:45 +01:00
parent 3a664063ae
commit 1dc8004430
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
3 changed files with 10 additions and 0 deletions

View file

@ -27,6 +27,12 @@ CONFIG *= plugin
DEPENDPATH += $$PWD/../../libretroshare/src/ $$PWD/../../retroshare-gui/src/
INCLUDEPATH += $$PWD/../../libretroshare/src/ $$PWD/../../retroshare-gui/src/
linux-* {
# Cyril: Someone can explain to me why I need to put that again here??? Normally this variable should be set by
# the include of retroshare.pri, but for some reason it is not!
isEmpty(RS_PLUGIN_DIR): RS_PLUGIN_DIR = "$${PREFIX}/lib/retroshare/extensions6"
}
unix {
target.path = "$${PLUGIN_DIR}"
INSTALLS += target