mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Use PLUGIN_DIR to define plugin directory only once
This commit is contained in:
parent
fe1ec9d510
commit
0793a6a52d
4 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue