From f7f79483e73fed5664763a125b3d27861586b7d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Thu, 20 Aug 2020 12:03:54 +0200 Subject: Remove QFtp sources etc. in favor of alternate distribution While we initially wanted to just disable the functionality the way it is currently built forces people to do a full build of Qt just to enable it. Instead of doing this half-measure let's just remove the code completely from QtBase and rather prepare QtNetwork to handle being a plugin that can be compiled at any time. Task-number: QTBUG-80340 Change-Id: I19155c8c167cf932088f01b2a9706d0e7ab792d1 Reviewed-by: Alex Blasche --- src/network/configure.json | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/network/configure.json') diff --git a/src/network/configure.json b/src/network/configure.json index a8166340dc..ae3af28fec 100644 --- a/src/network/configure.json +++ b/src/network/configure.json @@ -354,14 +354,6 @@ "label": "Use system proxies", "output": [ "privateFeature" ] }, - "ftp": { - "label": "FTP", - "purpose": "Provides support for the File Transfer Protocol in QNetworkAccessManager.", - "section": "Networking", - "autoDetect": false, - "condition": "features.textdate && features.regularexpression", - "output": [ "publicFeature", "feature" ] - }, "http": { "label": "HTTP", "purpose": "Provides support for the Hypertext Transfer Protocol in QNetworkAccessManager.", @@ -498,7 +490,6 @@ For example: "opensslv11", "dtls", "ocsp", - "ftp", "sctp", "system-proxies", "gssapi", -- cgit v1.2.3