2018-10-30 13:25:57 +00:00
|
|
|
# Generated from qtconcurrentmap.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_qtconcurrentmap Test:
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
add_qt_test(tst_qtconcurrentmap
|
|
|
|
SOURCES
|
|
|
|
tst_qtconcurrentmap.cpp
|
|
|
|
DEFINES
|
2019-08-15 11:09:55 +00:00
|
|
|
# -QT_NO_LINKED_LIST # special case remove until we figure this out
|
2018-10-30 13:25:57 +00:00
|
|
|
QT_STRICT_ITERATORS
|
2019-08-15 11:09:55 +00:00
|
|
|
PUBLIC_LIBRARIES
|
2018-10-30 13:25:57 +00:00
|
|
|
Qt::Concurrent
|
|
|
|
)
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|