summaryrefslogtreecommitdiffstats
path: root/tests/manual/network_remote_stresstest/CMakeLists.txt
blob: 4293925a8fa740eed7a3af8d9090b9349de56cf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Generated from network_remote_stresstest.pro.

#####################################################################
## tst_network_remote_stresstest Binary:
#####################################################################

add_qt_manual_test(tst_network_remote_stresstest
    SOURCES
        tst_network_remote_stresstest.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::NetworkPrivate
    PUBLIC_LIBRARIES
        Qt::Network
        Qt::Test
)

# Resources:
set(url-list_resource_files
    "url-list.txt"
)

add_qt_resource(tst_network_remote_stresstest "url-list"
    PREFIX
        "/"
    FILES
        ${url-list_resource_files}
)