QNetworkReply autotest no longer needs private_tests

Due to clearAccessCache being made part of the public API in Qt5,
this autotest can be run on normal Qt builds again

Task-number: QTBUG-17312
Change-Id: I3b70237a28ed141ffb49762cc40c8a528f9be6a8
Reviewed-by: Martin Petersson <Martin.Petersson@nokia.com>
This commit is contained in:
Shane Kearns 2011-10-21 18:03:57 +01:00 committed by Qt by Nokia
parent 8afc067647
commit ba995c372c
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,4 @@
TEMPLATE = subdirs
SUBDIRS = test
requires(contains(QT_CONFIG,private_tests))
!wince*:SUBDIRS += echo

View File

@ -63,6 +63,7 @@
#include <QtNetwork/qnetworkcookie.h>
#include <QtNetwork/QHttpPart>
#include <QtNetwork/QHttpMultiPart>
#include <QtNetwork/QNetworkProxyQuery>
#ifndef QT_NO_OPENSSL
#include <QtNetwork/qsslerror.h>
#include <QtNetwork/qsslconfiguration.h>
@ -75,8 +76,6 @@
#include <time.h>
#include "private/qnetworkaccessmanager_p.h"
#include "../../../network-settings.h"
Q_DECLARE_METATYPE(QSharedPointer<char>)