2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qsocks5socketengine
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qsocks5socketengine.cpp
|
|
|
|
|
|
|
|
|
|
|
|
include(../platformsocketengine/platformsocketengine.pri)
|
|
|
|
|
|
|
|
|
|
|
|
MOC_DIR=tmp
|
|
|
|
|
2011-10-25 04:42:16 +00:00
|
|
|
QT = core-private network-private testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2016-08-05 11:35:39 +00:00
|
|
|
requires(qtConfig(private_tests))
|
2019-02-07 12:23:36 +00:00
|
|
|
|
|
|
|
# Only on Linux until cyrus has been added to docker-compose-for-{windows,macOS}.yml and tested
|
|
|
|
linux {
|
2019-03-25 17:04:26 +00:00
|
|
|
CONFIG += unsupported/testserver
|
2019-02-07 12:23:36 +00:00
|
|
|
QT_TEST_SERVER_LIST = danted apache2 cyrus
|
|
|
|
}
|