summaryrefslogtreecommitdiffstats
path: root/tests/manual/network_remote_stresstest/CMakeLists.txt
blob: d8a3e6c8e555deb84d64631363200d3d003c53c4 (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
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

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

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

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

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