summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qfuture/CMakeLists.txt
blob: 786913cc17624a447c83cde7e7f91674e83537b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generated from qfuture.pro.

#####################################################################
## tst_qfuture Test:
#####################################################################

add_qt_test(tst_qfuture
    SOURCES
        tst_qfuture.cpp
    DEFINES
        # -QT_NO_JAVA_STYLE_ITERATORS # special case
        QT_STRICT_ITERATORS
    LIBRARIES
        Qt::CorePrivate
)