qt5base-lts/tests/auto/network/socket/qsocks5socketengine/qsocks5socketengine.pro
Mårten Nordheim 1844f011f6 Convert the QSocks5SocketEngine test to use Docker
Change-Id: I5d223758471a72c93ad57d250001c1de51a208cd
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2019-02-28 15:48:19 +00:00

20 lines
461 B
Prolog

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)
}