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:
AsamK 2015-08-29 11:40:50 +02:00
parent ecb5d93685
commit 2337b468e0

View File

@ -1,4 +1,5 @@
TEMPLATE = lib
CONFIG *= plugin
DEPENDPATH += ../../libretroshare/src/ ../../retroshare-gui/src/
INCLUDEPATH += ../../libretroshare/src/ ../../retroshare-gui/src/