summaryrefslogtreecommitdiffstats
path: root/src/network/configure.json
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2020-12-18 15:35:49 +0100
committerMårten Nordheim <marten.nordheim@qt.io>2021-02-02 11:10:06 +0100
commita3b58a7844f77bd416fad8307f8333ff7c0efacf (patch)
tree83cd728441d5404a0088d07aae8f8b719feadeae /src/network/configure.json
parent1e3b0d92807323d9138478a66182dff4eaa86b20 (diff)
NetworkListManager based backend for QNetworkInformation
For Windows. Based on the code I wrote for QNetworkStatusMonitor. It also renames the netlistmgr feature, avoiding the abbreviation. Locally my MinGW fails the networklistmanager feature test so it may not be supported on MinGW, likely leaving it without a backend at all. Change-Id: I13bbe4127edc2a9c0bb91602c95f1cb206a85a69 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/network/configure.json')
-rw-r--r--src/network/configure.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/configure.json b/src/network/configure.json
index 95798516e7..b037eee75c 100644
--- a/src/network/configure.json
+++ b/src/network/configure.json
@@ -214,7 +214,7 @@
},
"use": "openssl"
},
- "netlistmgr": {
+ "networklistmanager": {
"label": "Network List Manager",
"type": "compile",
"test": {
@@ -407,11 +407,11 @@
"condition": "config.win32",
"output": [ "publicFeature", "feature" ]
},
- "netlistmgr": {
+ "networklistmanager": {
"label": "Network List Manager",
"purpose": "Use Network List Manager to keep track of network connectivity",
"section": "Networking",
- "condition": "config.win32 && tests.netlistmgr",
+ "condition": "config.win32 && tests.networklistmanager",
"output": [ "privateFeature" ]
},
"topleveldomain": {