qt5base-lts/tests/auto/concurrent/qtconcurrentmap/qtconcurrentmap.pro

9 lines
214 B
Prolog
Raw Normal View History

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