summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qhttpsocketengine/qhttpsocketengine.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/socket/qhttpsocketengine/qhttpsocketengine.pro')
-rw-r--r--tests/auto/network/socket/qhttpsocketengine/qhttpsocketengine.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/network/socket/qhttpsocketengine/qhttpsocketengine.pro b/tests/auto/network/socket/qhttpsocketengine/qhttpsocketengine.pro
index 56a4fb8aee..492bb6aa8d 100644
--- a/tests/auto/network/socket/qhttpsocketengine/qhttpsocketengine.pro
+++ b/tests/auto/network/socket/qhttpsocketengine/qhttpsocketengine.pro
@@ -10,3 +10,8 @@ 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 {
+ QT_TEST_SERVER_LIST = squid danted cyrus apache2
+ include($$dirname(_QMAKE_CONF_)/tests/auto/testserver.pri)
+}