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.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/auto/network/socket/qhttpsocketengine/qhttpsocketengine.pro b/tests/auto/network/socket/qhttpsocketengine/qhttpsocketengine.pro
deleted file mode 100644
index 63f41f4eb7..0000000000
--- a/tests/auto/network/socket/qhttpsocketengine/qhttpsocketengine.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-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
-}