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

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

add_qt_test(tst_qtconcurrentmap
    SOURCES
        tst_qtconcurrentmap.cpp
    DEFINES
        QT_STRICT_ITERATORS
    LIBRARIES
        Qt::Concurrent
)

## Scopes:
#####################################################################
#
#extend_target(tst_qtconcurrentmap CONDITION contains(QT_CONFIG, c++1z)
#)