Fix manual test compilation
This header no longer exists and isn't needed, and some headers were missing. Change-Id: I72eff4b14550b0f4d5dfd1646ce6034b18faba83 Reviewed-by: Tinja Paavoseppä <tinja.paavoseppa@qt.io>
This commit is contained in:
parent
97637f9094
commit
96440997ca
@ -6,6 +6,7 @@
|
||||
#include <QDebug>
|
||||
#include <qtest.h>
|
||||
#include <QTest>
|
||||
#include <QtTest/qtesteventloop.h>
|
||||
#include <QtNetwork/qnetworkreply.h>
|
||||
#include <QtNetwork/qnetworkrequest.h>
|
||||
#include <QtNetwork/qnetworkaccessmanager.h>
|
||||
@ -14,11 +15,12 @@
|
||||
#include <QtNetwork/qauthenticator.h>
|
||||
#include <QtCore/QElapsedTimer>
|
||||
#include <QtCore/QJsonDocument>
|
||||
#include <QtCore/QJsonArray>
|
||||
#include <QtCore/QJsonObject>
|
||||
#include "../../auto/network-settings.h"
|
||||
|
||||
#if defined(QT_BUILD_INTERNAL) && !defined(QT_NO_SSL)
|
||||
#include "private/qsslsocket_p.h"
|
||||
#include <QtNetwork/private/qsslsocket_openssl_p.h>
|
||||
#endif
|
||||
|
||||
#define BANDWIDTH_LIMIT_BYTES (1024*100)
|
||||
|
Loading…
x
Reference in New Issue
Block a user