Use PLUGIN_DIR to define plugin directory only once

This commit is contained in:
AsamK 2015-09-06 14:19:21 +02:00
parent fe1ec9d510
commit 0793a6a52d
4 changed files with 4 additions and 3 deletions

View file

@ -7,7 +7,7 @@ DEPENDPATH += ../../libretroshare/src/ ../../retroshare-gui/src/
INCLUDEPATH += ../../libretroshare/src/ ../../retroshare-gui/src/
unix {
target.path = "$${LIB_DIR}/retroshare/extensions6"
target.path = "$${PLUGIN_DIR}"
INSTALLS += target
}