summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qtconcurrentmap/qtconcurrentmap.pro
blob: fd8fd0a74a901a63d94163db363ae459827959ef (plain)
1
2
3
4
5
6
7
8
CONFIG += testcase
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