summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qsocks5socketengine/qsocks5socketengine.pro
blob: ca9e44873c8ab53fcf6459a654049e64a33e2a1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CONFIG += testcase
TARGET = tst_qsocks5socketengine
SOURCES  += tst_qsocks5socketengine.cpp


include(../platformsocketengine/platformsocketengine.pri)


MOC_DIR=tmp

QT = core-private network-private testlib

requires(qtConfig(private_tests))

# Only on Linux until cyrus has been added to docker-compose-for-{windows,macOS}.yml and tested
linux {
    QT_TEST_SERVER_LIST = danted apache2 cyrus
    include($$dirname(_QMAKE_CONF_)/tests/auto/testserver.pri)
}