summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/compiler/compiler.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/compiler/compiler.pro')
-rw-r--r--tests/auto/other/compiler/compiler.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/other/compiler/compiler.pro b/tests/auto/other/compiler/compiler.pro
index 57871429d2..19f86582e9 100644
--- a/tests/auto/other/compiler/compiler.pro
+++ b/tests/auto/other/compiler/compiler.pro
@@ -3,6 +3,7 @@ TARGET = tst_compiler
SOURCES += tst_compiler.cpp baseclass.cpp derivedclass.cpp othersource.cpp
HEADERS += baseclass.h derivedclass.h
QT = core testlib
-contains(QT_CONFIG, c++11): CONFIG += c++14 c++11
+contains(QT_CONFIG, c++11): CONFIG += c++11
+contains(QT_CONFIG, c++14): CONFIG += c++14