Fixed Windows compile

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8175 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-04-27 09:26:43 +00:00
parent 75cf2a674e
commit ff6f14b7de

View File

@ -299,11 +299,6 @@ bitdht {
PRE_TARGETDEPS *= ../../libbitdht/src/lib/libbitdht.a
}
win32 {
# must be added after bitdht
LIBS += -lws2_32
}
DEPENDPATH += . ../../libretroshare/src/
INCLUDEPATH += ../../libretroshare/src/
@ -313,6 +308,11 @@ INCLUDEPATH += ../../libresapi/src
PRE_TARGETDEPS *= ../../libresapi/src/lib/libresapi.a
LIBS += ../../libresapi/src/lib/libresapi.a -lmicrohttpd
win32 {
# must be added after bitdht
LIBS += -lws2_32
}
# Input
HEADERS += rshare.h \
retroshare-gui/configpage.h \