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

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