summaryrefslogtreecommitdiffstats
path: root/src/network/access/access.pri
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-05-23 17:17:14 -0700
committerJake Petroules <jake.petroules@qt.io>2016-05-26 01:51:37 +0000
commit4605ca20130170757c2cbe6f69eb7fcfbc9f9101 (patch)
tree7dd519ac63bc73dbbe0a878f2c1f59460bd3d102 /src/network/access/access.pri
parent11353ea6a50682d5877baf4c356de56f7ab89376 (diff)
Remove QNetworkReplyNSURLConnectionImpl.
This class is no longer needed now that SecureTransport is the default SSL backend on iOS. It also uses NSURLConnection, which is deprecated on iOS and tvOS and completely prohibited on watchOS (in favor of NSURLSession). [ChangeLog][Important Behavior Changes] The NSURLConnection backend of QNetworkAccessManager has been removed, since SecureTransport is the default SSL backend on iOS and is enabled by default. This means that building with -no-openssl -no-securetransport will no longer provide SSL capabilities on iOS. Task-number: QTBUG-45031 Change-Id: I86b774fa369c7d76197bfc0504d5ad234bb47e5c Reviewed-by: Richard J. Moore <rich@kde.org>
Diffstat (limited to 'src/network/access/access.pri')
-rw-r--r--src/network/access/access.pri8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/network/access/access.pri b/src/network/access/access.pri
index e829d52cbe..38e9c25269 100644
--- a/src/network/access/access.pri
+++ b/src/network/access/access.pri
@@ -72,12 +72,4 @@ SOURCES += \
mac: LIBS_PRIVATE += -framework Security
-ios {
- HEADERS += \
- access/qnetworkreplynsurlconnectionimpl_p.h
-
- OBJECTIVE_SOURCES += \
- access/qnetworkreplynsurlconnectionimpl.mm
-}
-
include($$PWD/../../3rdparty/zlib_dependency.pri)