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:
parent
8afc067647
commit
ba995c372c
@ -1,6 +1,4 @@
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = test
|
||||
|
||||
requires(contains(QT_CONFIG,private_tests))
|
||||
|
||||
!wince*:SUBDIRS += echo
|
||||
|
@ -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>)
|
||||
|
Loading…
Reference in New Issue
Block a user