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 @@
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.