fixes to make MO compile with mingw (also fixes some warnings generated by mingw)

This commit is contained in:
Tannin
2015-05-16 18:44:07 +02:00
parent 560e1ce0c7
commit a7b81418a5
+2 -2
View File
@@ -37,8 +37,8 @@ CONFIG(debug, debug|release) {
LIBS += -L$$OUT_PWD/../uibase/debug
} else {
LIBS += -L$$OUT_PWD/../uibase/release
QMAKE_CXXFLAGS += /Zi
QMAKE_LFLAGS += /DEBUG
msvc:QMAKE_CXXFLAGS += /Zi
msvc:QMAKE_LFLAGS += /DEBUG
}
INCLUDEPATH += "$${BOOSTPATH}" "$${PYTHONPATH}/include" "$${PYTHONPATH}/Lib/site-packages/PyQt5/include" ../uibase