mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-31 10:19:24 -04:00
Specify plugins as plugins to qmake
This way only libPLUGIN.so is generated and not the versioned files libPLUGIN.so.1.0.0
This commit is contained in:
parent
ecb5d93685
commit
2337b468e0
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
|
CONFIG *= plugin
|
||||||
|
|
||||||
DEPENDPATH += ../../libretroshare/src/ ../../retroshare-gui/src/
|
DEPENDPATH += ../../libretroshare/src/ ../../retroshare-gui/src/
|
||||||
INCLUDEPATH += ../../libretroshare/src/ ../../retroshare-gui/src/
|
INCLUDEPATH += ../../libretroshare/src/ ../../retroshare-gui/src/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue