mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
added missing commands to install plugins
This commit is contained in:
parent
3a664063ae
commit
1dc8004430
3 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue