18 lines
403 B
Prolog
18 lines
403 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qhttpsocketengine
|
|
SOURCES += tst_qhttpsocketengine.cpp
|
|
|
|
|
|
include(../platformsocketengine/platformsocketengine.pri)
|
|
|
|
MOC_DIR=tmp
|
|
|
|
requires(qtConfig(private_tests))
|
|
QT = core-private network-private testlib
|
|
|
|
# TODO: For now linux-only, because cyrus is linux-only atm ...
|
|
linux {
|
|
CONFIG += unsupported/testserver
|
|
QT_TEST_SERVER_LIST = squid danted cyrus apache2
|
|
}
|