Skip to content

Commit a8de7f1

Browse files
author
florianlink
committed
added Qt 5.4 support
git-svn-id: http://svn.code.sf.net/p/pythonqt/code/trunk@389 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
1 parent 8d2c7c0 commit a8de7f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/src.pro

+3
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)