summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2017-06-15 14:40:05 +0200
committerOliver Wolff <oliver.wolff@qt.io>2017-07-20 05:45:30 +0000
commit5018284e6e3feb6fef84d311f9bbcf47d0ede024 (patch)
tree3e6e33f0e969b5c66b03349b123bfaf87386f334 /src/network
parent42d2464d8fb984f3ff11b6e3ccaae661f8f4e02d (diff)
winrt: Enable SOCKS5 support
[ChangeLog][QtNetwork][QNetworkProxy] UWP now supports proxies using SOCKS5. Task-number: QTBUG-45495 Change-Id: I78cb7416b6c827eb41485f3f7682f85ff75fcbd0 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/configure.json b/src/network/configure.json
index 17460285bc..f3b75b8b85 100644
--- a/src/network/configure.json
+++ b/src/network/configure.json
@@ -222,7 +222,7 @@
"label": "SOCKS5",
"purpose": "Provides SOCKS5 support in QNetworkProxy.",
"section": "Networking",
- "condition": "!config.winrt && features.networkproxy",
+ "condition": "features.networkproxy",
"output": [ "publicFeature", "feature" ]
},
"networkinterface": {