summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qftp/CMakeLists.txt
blob: 4c706febddd40a2bb54d071bcb717d8e6c58f450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generated from qftp.pro.

if(NOT QT_FEATURE_private_tests)
    return()
endif()

#####################################################################
## tst_qftp Test:
#####################################################################

add_qt_test(tst_qftp
    SOURCES
        tst_qftp.cpp
    LIBRARIES
        Qt::NetworkPrivate
    PUBLIC_LIBRARIES
        Qt::Network
)

#### Keys ignored in scope 1:.:.:qftp.pro:<TRUE>:
# QT_TEST_SERVER_LIST = "vsftpd" "ftp-proxy" "squid" "danted"
# _REQUIREMENTS = "qtConfig(private_tests)"