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.pro31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/auto/network/access/qhttp/qhttp.pro b/tests/auto/network/access/qhttp/qhttp.pro
new file mode 100644
index 0000000000..f01f60f3d7
--- /dev/null
+++ b/tests/auto/network/access/qhttp/qhttp.pro
@@ -0,0 +1,31 @@
+load(qttest_p4)
+SOURCES += tst_qhttp.cpp
+
+
+QT = core network
+
+wince*: {
+ webFiles.files = webserver/*
+ webFiles.path = webserver
+ cgi.files = webserver/cgi-bin/*
+ cgi.path = webserver/cgi-bin
+ addFiles.files = rfc3252.txt trolltech
+ addFiles.path = .
+ DEPLOYMENT += addFiles webFiles cgi
+ DEFINES += SRCDIR=\\\"\\\"
+} else:symbian {
+ webFiles.files = webserver/*
+ webFiles.path = webserver
+ cgi.files = webserver/cgi-bin/*
+ cgi.path = webserver/cgi-bin
+ addFiles.files = rfc3252.txt trolltech
+ addFiles.path = .
+ DEPLOYMENT += addFiles webFiles cgi
+ TARGET.CAPABILITY = NetworkServices
+} else:vxworks*: {
+ DEFINES += SRCDIR=\\\"\\\"
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
+}
+
+CONFIG+=insignificant_test