c5e687895d
see 5a1b4832a2
for more detail
Task-number: QTBUG-58142
Change-Id: I51851ea9b4fe7b8eeadc452bc3dbb1ea00026d29
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
9 lines
214 B
Prolog
9 lines
214 B
Prolog
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
|