summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/network/configure.cmake1
-rw-r--r--src/network/configure.json2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/network/configure.cmake b/src/network/configure.cmake
index 9046464cf4..2f26396524 100644
--- a/src/network/configure.cmake
+++ b/src/network/configure.cmake
@@ -274,6 +274,7 @@ qt_feature("ftp" PUBLIC
SECTION "Networking"
LABEL "FTP"
PURPOSE "Provides support for the File Transfer Protocol in QNetworkAccessManager."
+ AUTODETECT OFF
CONDITION QT_FEATURE_textdate
)
qt_feature_definition("ftp" "QT_NO_FTP" NEGATE VALUE "1")
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"