build on windows; refs #32

master
Marc Wäckerlin 13 years ago
parent f44ab3ec6d
commit 30b56d01fc
  1. 6
      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 \

Loading…
Cancel
Save