summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qtconcurrentmap/CMakeLists.txt
blob: 8ae79db0cff86022b267f98fc92b0b7954db1b74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated from qtconcurrentmap.pro.

#####################################################################
## tst_qtconcurrentmap Test:
#####################################################################

add_qt_test(tst_qtconcurrentmap
    SOURCES
        tst_qtconcurrentmap.cpp
    DEFINES
        # -QT_NO_LINKED_LIST # special case remove until we figure this out
        QT_STRICT_ITERATORS
    PUBLIC_LIBRARIES
        Qt::Concurrent
)

## Scopes:
#####################################################################