From dca295143aee6c8e39f12b6de3f5d75eb49d268f Mon Sep 17 00:00:00 2001 From: AsamK Date: Mon, 31 Aug 2015 19:20:52 +0200 Subject: [PATCH] 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 --- libretroshare/src/libretroshare.pro | 1 + retroshare-gui/src/retroshare-gui.pro | 1 + retroshare-nogui/src/retroshare-nogui.pro | 1 + 3 files changed, 3 insertions(+) diff --git a/libretroshare/src/libretroshare.pro b/libretroshare/src/libretroshare.pro index ba29fa605..433c49b73 100644 --- a/libretroshare/src/libretroshare.pro +++ b/libretroshare/src/libretroshare.pro @@ -2,6 +2,7 @@ TEMPLATE = lib CONFIG += staticlib bitdht +CONFIG += create_prl CONFIG -= qt TARGET = retroshare diff --git a/retroshare-gui/src/retroshare-gui.pro b/retroshare-gui/src/retroshare-gui.pro index ec967c51a..00fd3a5e4 100644 --- a/retroshare-gui/src/retroshare-gui.pro +++ b/retroshare-gui/src/retroshare-gui.pro @@ -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. diff --git a/retroshare-nogui/src/retroshare-nogui.pro b/retroshare-nogui/src/retroshare-nogui.pro index 9b8136942..fe5c7d6a6 100644 --- a/retroshare-nogui/src/retroshare-nogui.pro +++ b/retroshare-nogui/src/retroshare-nogui.pro @@ -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.