summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qtcpserver/test/CMakeLists.txt
blob: df7334b7bc6c512e77a5dc8a49353dc8776de960 (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
30
31
32
33
34
35
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from test.pro.

#####################################################################
## tst_qtcpserver Test:
#####################################################################

qt_internal_add_test(tst_qtcpserver
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../" # special case
    SOURCES
        ../tst_qtcpserver.cpp
    LIBRARIES
        Qt::Network
    QT_TEST_SERVER_LIST "danted" "cyrus" "squid" "ftp-proxy" # special case
)

add_dependencies(tst_qtcpserver
    crashingServer
)

#### Keys ignored in scope 1:.:.:test.pro:<TRUE>:
# MOC_DIR = "tmp"

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

qt_internal_extend_target(tst_qtcpserver CONDITION WIN32
    LIBRARIES
        ws2_32
)

#### Keys ignored in scope 6:.:.:test.pro:LINUX:
# QT_TEST_SERVER_LIST = "danted" "cyrus" "squid" "ftp-proxy"