fixed another bug in .pri file in plugins

This commit is contained in:
csoler 2018-12-21 16:37:02 +01:00
parent 1dc8004430
commit 3d2f33c757
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -31,10 +31,7 @@ linux-* {
# Cyril: Someone can explain to me why I need to put that again here??? Normally this variable should be set by # 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! # the include of retroshare.pri, but for some reason it is not!
isEmpty(RS_PLUGIN_DIR): RS_PLUGIN_DIR = "$${PREFIX}/lib/retroshare/extensions6" isEmpty(RS_PLUGIN_DIR): RS_PLUGIN_DIR = "$${PREFIX}/lib/retroshare/extensions6"
} target.path = "$${RS_PLUGIN_DIR}"
unix {
target.path = "$${PLUGIN_DIR}"
INSTALLS += target INSTALLS += target
} }