summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-08-19 15:28:38 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-08-19 20:13:14 +0200
commit1f3ade1d9b096cc05ae5878be0cb903ab0dba753 (patch)
tree26f64a85f9c403c703e2b3ce3a88f3473ddafdd2 /src/network
parentfa7d7ae658e60a84a711401430cefbff4b6b0693 (diff)
Fix disabling bearermanagement
The source code is still only using the old negative define check. Change-Id: I7e2775d6d4664cb5b802b0a40fb3f1711c8f6915 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/configure.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/network/configure.json b/src/network/configure.json
index 07d46b790e..f74c481f38 100644
--- a/src/network/configure.json
+++ b/src/network/configure.json
@@ -360,7 +360,11 @@
"purpose": "Provides bearer management for the network stack.",
"section": "Networking",
"condition": "features.thread && features.library && features.networkinterface && features.properties",
- "output": [ "publicFeature", "feature" ]
+ "output": [
+ "publicFeature",
+ "feature",
+ { "type": "define", "negative": true, "name": "QT_NO_BEARERMANAGEMENT" }
+ ]
},
"localserver": {
"label": "QLocalServer",