summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qtconcurrenttask/CMakeLists.txt
blob: 23a0d45e8373db3cb11281b8306ee89cebe94d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Generated from qtconcurrenttask.pro.

#####################################################################
## tst_qtconcurrenttask Test:
#####################################################################

qt_add_test(tst_qtconcurrenttask
    SOURCES
        tst_qtconcurrenttask.cpp
    PUBLIC_LIBRARIES
        Qt::Concurrent
)