From c79a4a746fae20423fa5cc3cc03d3e124c89f56b Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 4 Jan 2009 09:19:20 +0000 Subject: [PATCH] - Attempt to fix linking on windows --- src/src.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/src.pro b/src/src.pro index 6368b0673..a98f0c2d4 100644 --- a/src/src.pro +++ b/src/src.pro @@ -98,8 +98,10 @@ DEFINES += QT_NO_CAST_TO_ASCII # QT_NO_CAST_FROM_ASCII # Windows win32:LIBS += -ltorrent \ - -lccext2 \ - -lccgnu2 + -lcurl + -lboost_system \ + -lz + -lssl32 RESOURCES = icons.qrc \ lang.qrc \