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

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

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

#### Keys ignored in scope 1:.:.:qurl.pro:<TRUE>:
# CONFIG = "testcase"

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

extend_target(tst_qurl CONDITION APPLE_OSX
    SOURCES
        tst_qurl_mac.mm
)