summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthread/qthread.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/thread/qthread/qthread.pro')
-rw-r--r--tests/auto/corelib/thread/qthread/qthread.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/corelib/thread/qthread/qthread.pro b/tests/auto/corelib/thread/qthread/qthread.pro
index 18d867ecef..381f6c9e45 100644
--- a/tests/auto/corelib/thread/qthread/qthread.pro
+++ b/tests/auto/corelib/thread/qthread/qthread.pro
@@ -2,3 +2,5 @@ CONFIG += testcase
TARGET = tst_qthread
QT = core testlib
SOURCES = tst_qthread.cpp
+qtConfig(c++14):CONFIG += c++14
+qtConfig(c++1z):CONFIG += c++1z