Use CONFIG+=create_prl for libretroshare

Allows to specify all LIBS in libretroshare.pro so they don't also have
to be specified in gui/nogui.pro
This commit is contained in:
AsamK 2015-08-31 19:20:52 +02:00
parent b9c174ba8f
commit dca295143a
3 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
TEMPLATE = lib
CONFIG += staticlib bitdht
CONFIG += create_prl
CONFIG -= qt
TARGET = retroshare

View File

@ -2,6 +2,7 @@
QT += network xml script
CONFIG += qt gui uic qrc resources idle bitdht
CONFIG += link_prl
# Plz never commit the .pro with these flags enabled.
# Use this flag when developping new features only.

View File

@ -8,6 +8,7 @@ CONFIG += bitdht
# webinterface, requires libmicrohttpd
CONFIG += webui
CONFIG -= qt xml gui
CONFIG += link_prl
# if you are linking against the libretroshare with gxs.
# this option links against the required sqlite library.