summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qhttp/qhttp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/access/qhttp/qhttp.pro')
-rw-r--r--tests/auto/network/access/qhttp/qhttp.pro23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/auto/network/access/qhttp/qhttp.pro b/tests/auto/network/access/qhttp/qhttp.pro
deleted file mode 100644
index d672eb6009..0000000000
--- a/tests/auto/network/access/qhttp/qhttp.pro
+++ /dev/null
@@ -1,23 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qhttp
-SOURCES += tst_qhttp.cpp
-
-
-QT = core network testlib
-
-wince*: {
- webFiles.files = webserver/*
- webFiles.path = webserver
- cgi.files = webserver/cgi-bin/*
- cgi.path = webserver/cgi-bin
- addFiles.files = rfc3252.txt testhtml
- addFiles.path = .
- DEPLOYMENT += addFiles webFiles cgi
- DEFINES += SRCDIR=\\\"\\\"
-} else:vxworks*: {
- DEFINES += SRCDIR=\\\"\\\"
-} else {
- DEFINES += SRCDIR=\\\"$$PWD/\\\"
-}
-
-CONFIG+=insignificant_test