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>
bb10
Oliver Wolff 2017-06-15 14:40:05 +02:00
parent 42d2464d8f
commit 5018284e6e
1 changed files with 1 additions and 1 deletions

View File

@ -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": {