mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed another bug in .pri file in plugins
This commit is contained in:
parent
1dc8004430
commit
3d2f33c757
@ -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
|
||||
# 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}"
|
||||
target.path = "$${RS_PLUGIN_DIR}"
|
||||
INSTALLS += target
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user