From 83cf689e55cc7ff0652dca7198ccf07dbf68b77e Mon Sep 17 00:00:00 2001 From: thunder2 Date: Thu, 3 Sep 2015 13:11:12 +0200 Subject: [PATCH] Fixed Windows compile. - Set name for prl file in libretroshare.pro - Use "QMAKE_LFLAGS += -Wl,--start-group" to solve link issue --- src/libretroshare.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libretroshare.pro b/src/libretroshare.pro index 92c8127d2..18ded24a5 100644 --- a/src/libretroshare.pro +++ b/src/libretroshare.pro @@ -5,6 +5,7 @@ CONFIG += staticlib bitdht CONFIG += create_prl CONFIG -= qt TARGET = retroshare +TARGET_PRL = libretroshare #GXS Stuff.