From 30b56d01fc5045bbd59e737cfadf39cb0748707e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 21 Apr 2011 07:50:31 +0000 Subject: [PATCH] build on windows; refs #32 --- swisssurfer/src/qmake.pro.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/swisssurfer/src/qmake.pro.in b/swisssurfer/src/qmake.pro.in index 95f1395..f33d236 100644 --- a/swisssurfer/src/qmake.pro.in +++ b/swisssurfer/src/qmake.pro.in @@ -1,8 +1,6 @@ QT += webkit network gui -CONFIG += debug no_keywords +CONFIG += no_keywords QMAKE_LIBS += -lproxyface -lcryptoki++ -lssl -lcrypto -QMAKE_INCDIR += ../../qt/qt-everywhere-opensource-src-4.6.3/include/Qt \ - ../../openssl-act-engine/src/ unix { } @@ -12,7 +10,7 @@ macx { CONFIG += x86 } win32 { - QMAKE_LIBS += /opt/local/i586-mingw32msvc/lib/winhttp.a + QMAKE_LIBS += -lwinhttp -lgdi32 -lws2_32 CONFIG += console } TRANSLATIONS = @PACKAGENAME@_en.ts \