summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qtcpsocket/test/.prev_CMakeLists.txt
blob: 22a105887ddd85b1dd3cb72af2b91dbaa575d107 (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
# Generated from test.pro.

#####################################################################
## tst_qtcpsocket Test:
#####################################################################

qt_add_test(tst_qtcpsocket
    SOURCES
        ../tst_qtcpsocket.cpp
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::NetworkPrivate
)

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

qt_extend_target(tst_qtcpsocket CONDITION WIN32
    PUBLIC_LIBRARIES
        ws2_32
)

#### Keys ignored in scope 4:.:.:test.pro:(CMAKE_BUILD_TYPE STREQUAL Debug):
# DESTDIR = "../debug"

#### Keys ignored in scope 5:.:.:test.pro:else:
# DESTDIR = "../release"

#### Keys ignored in scope 6:.:.:test.pro:else:
# DESTDIR = "../"

#### Keys ignored in scope 7:.:.:test.pro:LINUX:
# QT_TEST_SERVER_LIST = "danted" "squid" "apache2" "ftp-proxy" "vsftpd" "iptables" "cyrus"