summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qtcpserver/test/CMakeLists.txt
blob: ae345b99f4beaa1bfb69ca0eafb99cc5055bf40d (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
# Generated from test.pro.

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

qt_add_test(tst_qtcpserver
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../" # special case
    SOURCES
        ../tst_qtcpserver.cpp
    PUBLIC_LIBRARIES
        Qt::Network
)

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

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

qt_extend_target(tst_qtcpserver CONDITION WIN32
    PUBLIC_LIBRARIES
        ws2_32
)

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