summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qtconcurrentmap/qtconcurrentmap.pro
blob: 717d103e449dd409080539944e40636d93591e55 (plain)
1
2
3
4
5
6
7
8
9
CONFIG += testcase
TARGET = tst_qtconcurrentmap
QT = core testlib concurrent
SOURCES = tst_qtconcurrentmap.cpp
DEFINES += QT_STRICT_ITERATORS
DEFINES -= QT_NO_LINKED_LIST

# Force C++17 if available
contains(QT_CONFIG, c++1z): CONFIG += c++1z