20 lines
435 B
Prolog
20 lines
435 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 {
|
|
CONFIG += unsupported/testserver
|
|
QT_TEST_SERVER_LIST = danted apache2 cyrus
|
|
}
|