Skip to content

Commit 34f23d9

Browse files
committed
added Qt 5.4 support
1 parent c87d302 commit 34f23d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/src.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ contains(QT_MAJOR_VERSION, 5) {
2626
QT += widgets
2727
}
2828

29+
# Qt 5.4 adds this option, but this is not compatible with the Python API
30+
QMAKE_CXXFLAGS_RELEASE -= -Zc:strictStrings
31+
2932
INCLUDEPATH += $$PWD
3033

3134
include ( ../build/common.prf )

0 commit comments

Comments
 (0)