From 69e80a00af4cac523f605d08cbd2c8e55511f05d Mon Sep 17 00:00:00 2001 From: Shane Kearns Date: Fri, 6 Jan 2012 18:21:46 +0000 Subject: 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 Reviewed-by: Richard J. Moore --- tests/manual/qnetworkaccessmanager/qget/qget.pro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/manual/qnetworkaccessmanager/qget/qget.pro (limited to 'tests/manual/qnetworkaccessmanager/qget/qget.pro') 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 + -- cgit v1.2.3