0a724ac74c
QLinkedList is still used in several tests. Add exceptions for these subdirs. Change-Id: I50ccd2a0892129d4a47aa4e2400211690da9a82d Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
10 lines
243 B
Prolog
10 lines
243 B
Prolog
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
|