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

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

add_qt_test(tst_qtcpserver
    GUI
    SOURCES
        ../tst_qtcpserver.cpp
    PUBLIC_LIBRARIES
        Qt::Network
)

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

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

extend_target(tst_qtcpserver CONDITION WIN32
    PUBLIC_LIBRARIES
        ws2_32
)

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