summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qurl/CMakeLists.txt
blob: c23ad27cfc41b9b6dda1a6b4792043a2612ea2f4 (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:
#####################################################################

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

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

extend_target(tst_qurl CONDITION APPLE
    SOURCES
        tst_qurl_mac.mm
)