summaryrefslogtreecommitdiffstats
path: root/tests/manual/qnetworkaccessmanager/qget/qget.pro
diff options
context:
space:
mode:
authorShane Kearns <ext-shane.2.kearns@nokia.com>2012-03-22 16:24:17 +0000
committerQt by Nokia <qt-info@nokia.com>2012-04-02 16:56:48 +0200
commitb08f74f08939be310a79b5efcb5721e35c5deb21 (patch)
tree3e0458052b2c9c67c33627e86afd84eb89f14ab7 /tests/manual/qnetworkaccessmanager/qget/qget.pro
parent565da6030fc2396d8d00baa65196cfc1f5d63f27 (diff)
Add support for PUT & POST to qget test
Due to some bugs that are not reproducable with a normal HTTP GET This patch also adds the option to process multiple URLs serially (using application level queuing) rather than the default parallel (using QNetworkAccessManager queuing on 6 TCP connections) & renames the authentication command line options to match wget. Change-Id: I10915feb3bba23abbd7a72f9844c03f347f9bff5 Reviewed-by: Richard J. Moore <rich@kde.org> Reviewed-by: Martin Petersson <Martin.Petersson@nokia.com>
Diffstat (limited to 'tests/manual/qnetworkaccessmanager/qget/qget.pro')
-rw-r--r--tests/manual/qnetworkaccessmanager/qget/qget.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/qnetworkaccessmanager/qget/qget.pro b/tests/manual/qnetworkaccessmanager/qget/qget.pro
index 1f2b497171..8a632f8d4e 100644
--- a/tests/manual/qnetworkaccessmanager/qget/qget.pro
+++ b/tests/manual/qnetworkaccessmanager/qget/qget.pro
@@ -3,4 +3,6 @@ QT = core network
CONFIG += console
SOURCES += qget.cpp
+SOURCES += transferitem.cpp
+SOURCES += downloadmanager.cpp
HEADERS += qget.h