summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qtconcurrentmap/qtconcurrentmap.pro
diff options
context:
space:
mode:
authorEric Lemanissier <eric.lemanissier@gmail.com>2017-01-16 12:22:43 +0100
committerEric Lemanissier <eric.lemanissier@gmail.com>2017-02-17 13:57:30 +0000
commitc5e687895dd2eba3106f697b6e92b84683402403 (patch)
treea9658c00cc2fd250b06ceff218e2c6cb65f2c432 /tests/auto/concurrent/qtconcurrentmap/qtconcurrentmap.pro
parent1d6700171cf41c17983edff285c3658933610523 (diff)
Adapt to the C++ SIC introduced by P0012: noexcept overloading
see 5a1b4832a2 for more detail Task-number: QTBUG-58142 Change-Id: I51851ea9b4fe7b8eeadc452bc3dbb1ea00026d29 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Diffstat (limited to 'tests/auto/concurrent/qtconcurrentmap/qtconcurrentmap.pro')
-rw-r--r--tests/auto/concurrent/qtconcurrentmap/qtconcurrentmap.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/concurrent/qtconcurrentmap/qtconcurrentmap.pro b/tests/auto/concurrent/qtconcurrentmap/qtconcurrentmap.pro
index 3af207ae5a..fd8fd0a74a 100644
--- a/tests/auto/concurrent/qtconcurrentmap/qtconcurrentmap.pro
+++ b/tests/auto/concurrent/qtconcurrentmap/qtconcurrentmap.pro
@@ -3,3 +3,6 @@ TARGET = tst_qtconcurrentmap
QT = core testlib concurrent
SOURCES = tst_qtconcurrentmap.cpp
DEFINES += QT_STRICT_ITERATORS
+
+# Force C++17 if available
+contains(QT_CONFIG, c++1z): CONFIG += c++1z