From 959c9c2aca92bed5b13ef1b6da7633bdc3c18f31 Mon Sep 17 00:00:00 2001 From: thunder2 Date: Tue, 1 Oct 2013 13:50:34 +0000 Subject: [PATCH] Fixed compile on Windows when using shadow build. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6784 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- plugins/Common/retroshare_plugin.pri | 2 +- retroshare-gui/src/retroshare-gui.pro | 2 +- retroshare-nogui/src/retroshare-nogui.pro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/Common/retroshare_plugin.pri b/plugins/Common/retroshare_plugin.pri index e28d56398..55dbbce09 100644 --- a/plugins/Common/retroshare_plugin.pri +++ b/plugins/Common/retroshare_plugin.pri @@ -52,7 +52,7 @@ win32 { PRE_TARGETDEPS += ../../retroshare-gui/src/lib/libretroshare-gui.a LIBS += -L"../../retroshare-gui/src/lib" -lretroshare-gui - LIBS += -L"../../../lib" + LIBS += -L"$$PWD/../../../lib" LIBS += -lssl -lcrypto -lpthreadGC2d -lminiupnpc -lz # added after bitdht LIBS += -luuid -lole32 -liphlpapi -lcrypt32-cygwin -lgdi32 diff --git a/retroshare-gui/src/retroshare-gui.pro b/retroshare-gui/src/retroshare-gui.pro index 2392da3bd..37b4c2d99 100644 --- a/retroshare-gui/src/retroshare-gui.pro +++ b/retroshare-gui/src/retroshare-gui.pro @@ -150,7 +150,7 @@ win32 { LIBS += ../../libretroshare/src/lib/libretroshare.a LIBS += ../../openpgpsdk/src/lib/libops.a -lbz2 - LIBS += -L"../../../lib" + LIBS += -L"$$PWD/../../../lib" gxs { LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a diff --git a/retroshare-nogui/src/retroshare-nogui.pro b/retroshare-nogui/src/retroshare-nogui.pro index 846f64114..773502d54 100644 --- a/retroshare-nogui/src/retroshare-nogui.pro +++ b/retroshare-nogui/src/retroshare-nogui.pro @@ -77,7 +77,7 @@ win32 { LIBS += ../../libretroshare/src/lib/libretroshare.a LIBS += ../../openpgpsdk/src/lib/libops.a -lbz2 - LIBS += -L"../../../lib" -lssl -lcrypto -lpthreadGC2d -lminiupnpc -lz + LIBS += -L"$$PWD/../../../lib" -lssl -lcrypto -lpthreadGC2d -lminiupnpc -lz LIBS += -lssl -lcrypto -lpthreadGC2d -lminiupnpc -lz # added after bitdht # LIBS += -lws2_32