From a7b81418a562bda2ff3821298b890d2fc8ebd0c6 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 16 May 2015 18:44:07 +0200 Subject: [PATCH] fixes to make MO compile with mingw (also fixes some warnings generated by mingw) --- src/runner/pythonRunner.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runner/pythonRunner.pro b/src/runner/pythonRunner.pro index 5b3748d..47471fc 100644 --- a/src/runner/pythonRunner.pro +++ b/src/runner/pythonRunner.pro @@ -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