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

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