Botan library: Make pro file work for mingw.

This commit is contained in:
ck
2010-02-10 08:51:53 +01:00
parent e37ad01b59
commit a403c43645

View File

@@ -9,7 +9,7 @@ DEPENDPATH += .
INCLUDEPATH += $$PWD $$PWD/../build $$PWD/../build/botan
win32 {
LIBS += advapi32.lib user32.lib
LIBS += -ladvapi32 -luser32
win32-msvc*: QMAKE_CXXFLAGS += -wd4251 -wd4290
DEFINES += _CRT_SECURE_NO_WARNINGS