build on windows; refs #32

This commit is contained in:
Marc Wäckerlin
2011-04-21 07:50:31 +00:00
parent f44ab3ec6d
commit 30b56d01fc

View File

@@ -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 \