build on windows; refs #32
This commit is contained 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 \
|
||||
|
Reference in New Issue
Block a user