Fixed path to the libs in Windows build of the plugins.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4987 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-02-25 01:57:02 +00:00
parent 45ac04e2e7
commit 63cd9d65f2

View File

@ -54,7 +54,7 @@ win32 {
LIBS += ../../libbitdht/src/lib/libbitdht.a
PRE_TARGETDEPS *= ../../libbitdht/src/lib/libbitdht.a
LIBS += -L"../../../../lib"
LIBS += -L"../../../lib"
LIBS += -lssl -lcrypto -lgpgme -lpthreadGC2d -lminiupnpc -lz
# added after bitdht
LIBS += -lws2_32