mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-11 07:29:38 -05: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,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…
Reference in New Issue
Block a user