aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/qqmlecmascript.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlecmascript/qqmlecmascript.pro')
-rw-r--r--tests/auto/qml/qqmlecmascript/qqmlecmascript.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlecmascript/qqmlecmascript.pro b/tests/auto/qml/qqmlecmascript/qqmlecmascript.pro
index 21e745f58e..6b176236aa 100644
--- a/tests/auto/qml/qqmlecmascript/qqmlecmascript.pro
+++ b/tests/auto/qml/qqmlecmascript/qqmlecmascript.pro
@@ -13,7 +13,7 @@ RESOURCES += qqmlecmascript.qrc
include (../../shared/util.pri)
-greaterThan(QT_GCC_MAJOR_VERSION, 5) {
+greaterThan(QT_GCC_MAJOR_VERSION, 5):!qnx {
# Our code is bad. Temporary workaround. Fixed in 5.8
QMAKE_CXXFLAGS += -fno-delete-null-pointer-checks -fno-lifetime-dse
}