From 1d294e43f1529389f159f75ab3ff79045fa623d9 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 4 Jan 2009 19:48:16 +0000 Subject: [PATCH] - Improve src/src.pro for windows --- src/src.pro | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/src.pro b/src/src.pro index 597845a76..eda3534e0 100644 --- a/src/src.pro +++ b/src/src.pro @@ -91,17 +91,15 @@ contains(DEBUG_MODE, 0) { CONFIG += link_pkgconfig PKGCONFIG += "libtorrent-rasterbar libcurl" -QT += network \ - xml +QT += network xml DEFINES += QT_NO_CAST_TO_ASCII # QT_NO_CAST_FROM_ASCII # Windows -win32:LIBS += -ltorrent \ - -lcurl \ - -lboost_system \ - -lz \ - -lssl32 +# usually built as static +#win32:LIBS += -ltorrent -lcurl -lboost_system +#win32:LIBS += -lz ? +win32:LIBS += -lssl32 -lws2_32 -lwsock32 -ladvapi32 -lwinmm RESOURCES = icons.qrc \ lang.qrc \