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

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

add_qt_test(tst_qtconcurrentmap
    GUI
    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:
#####################################################################