summaryrefslogtreecommitdiffstats
path: root/tests/manual/qnetworkaccessmanager/qget/qget.pro
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2012-01-06 18:21:46 +0000
committerQt by Nokia <qt-info@nokia.com>2012-01-10 01:23:01 +0100
commit69e80a00af4cac523f605d08cbd2c8e55511f05d (patch)
tree74485587d8598a4ded83b00240dffb5b6ab4c150 /tests/manual/qnetworkaccessmanager/qget/qget.pro
parent1222da803ad5d9393956f7fa0e6716bd54da5f36 (diff)
Add "qget" manual test for QNetworkAccessManager
qget is a simplistic, limited clone of the wget application which is implemented over QNetworkAccessManager. The intended usage is for testing against other webserver configurations than the one used on the qt test server, and reproduction of bug reports without requiring a full webkit build (or complex user application). Change-Id: Idcd91e2a2699dcfe19543ec9bf41aad8ccf514e0 Reviewed-by: Peter Hartmann <peter.hartmann@nokia.com> Reviewed-by: Richard J. Moore <rich@kde.org>
Diffstat (limited to 'tests/manual/qnetworkaccessmanager/qget/qget.pro')
-rw-r--r--tests/manual/qnetworkaccessmanager/qget/qget.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/manual/qnetworkaccessmanager/qget/qget.pro b/tests/manual/qnetworkaccessmanager/qget/qget.pro
new file mode 100644
index 0000000000..80af8a556f
--- /dev/null
+++ b/tests/manual/qnetworkaccessmanager/qget/qget.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+QT = core network
+CONFIG += console
+
+# Input
+SOURCES += qget.cpp
+HEADERS += qget.h
+
+symbian: TARGET.CAPABILITY += ReadUserData NetworkServices
+