summaryrefslogtreecommitdiffstats
path: root/src/network/configure.json
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2020-02-11 12:28:35 +0100
committerKarsten Heimrich <karsten.heimrich@qt.io>2020-02-17 14:22:26 +0100
commit1b4dd753eda1111767d81df3bb665f2b14a65d8e (patch)
treec0e8559173af948b85666b786a1053cd83bc7810 /src/network/configure.json
parent94c04c3e54e2670c7b15877471d7a475b5926acd (diff)
Disable FTP support in QNAM by default
If necessary, the feature still can be enabled with -feature-ftp. Task-number: QTBUG-80339 Change-Id: I7dafaad254d1396f24ac5c339d55c3bedfa97f1c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'src/network/configure.json')
-rw-r--r--src/network/configure.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/configure.json b/src/network/configure.json
index 1f1e6fafbf..b56f2aded6 100644
--- a/src/network/configure.json
+++ b/src/network/configure.json
@@ -343,6 +343,7 @@
"label": "FTP",
"purpose": "Provides support for the File Transfer Protocol in QNetworkAccessManager.",
"section": "Networking",
+ "autoDetect": false,
"condition": "features.textdate",
"output": [ "publicFeature", "feature" ]
},
@@ -480,6 +481,7 @@ For example:
"opensslv11",
"dtls",
"ocsp",
+ "ftp",
"sctp",
"system-proxies",
"gssapi"