aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/ecmascripttests/testcase.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/ecmascripttests/testcase.pro')
-rw-r--r--tests/auto/qml/ecmascripttests/testcase.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/ecmascripttests/testcase.pro b/tests/auto/qml/ecmascripttests/testcase.pro
index 5bf7ecd696..9405095050 100644
--- a/tests/auto/qml/ecmascripttests/testcase.pro
+++ b/tests/auto/qml/ecmascripttests/testcase.pro
@@ -6,6 +6,8 @@ SOURCES += tst_ecmascripttests.cpp qjstest/test262runner.cpp
HEADERS += qjstest/test262runner.h
DEFINES += SRCDIR=\\\"$$PWD\\\"
+CONFIG += c++14
+
# The ES test suite takes approximately 5 mins to run, on a fairly
# vanilla developer machine, so the default watchdog timer kills the
# test some of the time. Fix by raising time-out to 400s when