summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qlogging/test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/global/qlogging/test')
-rw-r--r--tests/auto/corelib/global/qlogging/test/test.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/global/qlogging/test/test.pro b/tests/auto/corelib/global/qlogging/test/test.pro
index c75fc47f96..788a2064cd 100644
--- a/tests/auto/corelib/global/qlogging/test/test.pro
+++ b/tests/auto/corelib/global/qlogging/test/test.pro
@@ -1,5 +1,6 @@
CONFIG += testcase parallel_test
CONFIG -= app_bundle debug_and_release_target
+contains(QT_CONFIG, c++11): CONFIG += c++11 c++14
TARGET = ../tst_qlogging
QT = core testlib
SOURCES = ../tst_qlogging.cpp