2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qhttpsocketengine
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qhttpsocketengine.cpp
|
|
|
|
|
|
|
|
|
|
|
|
include(../platformsocketengine/platformsocketengine.pri)
|
|
|
|
|
|
|
|
MOC_DIR=tmp
|
|
|
|
|
2016-08-05 11:35:39 +00:00
|
|
|
requires(qtConfig(private_tests))
|
2011-10-25 04:42:16 +00:00
|
|
|
QT = core-private network-private testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2019-02-08 10:45:59 +00:00
|
|
|
# TODO: For now linux-only, because cyrus is linux-only atm ...
|
|
|
|
linux {
|
2019-03-25 17:04:26 +00:00
|
|
|
CONFIG += unsupported/testserver
|
2019-02-08 10:45:59 +00:00
|
|
|
QT_TEST_SERVER_LIST = squid danted cyrus apache2
|
|
|
|
}
|