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

#####################################################################
## tst_qurl Test:
#####################################################################

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

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

qt_extend_target(tst_qurl CONDITION APPLE
    SOURCES
        tst_qurl_mac.mm
)