63a559845c
QLinkedList has been moved to Qt5Compat. Remove and stop mentioning it in docs, examples (the docs & examples for QLinkedList itself will be moved to Qt5Compat) and remove the corresponding tests. Also remove QT_NO_LINKED_LIST, since it's not needed anymore. Task-number: QTBUG-81630 Task-number: QTBUG-80312 Change-Id: I4a8f1105cb60aa87e7fd67e901ec1a27c489aa31 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
8 lines
183 B
Prolog
8 lines
183 B
Prolog
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
|