aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/configure.json
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-12-20 11:04:10 +0100
committerLiang Qi <liang.qi@qt.io>2018-01-08 12:32:19 +0000
commit1688e951114417edd640fbb3d3cf25c2471a4f2b (patch)
tree9bdaf89456246bf454afe2fceda336c23f8dfa4d /src/qml/configure.json
parent6d9e2356d161907353a5fde3123fca508c883e9e (diff)
Fix build without network
The "qml-network" feature depends on the general "network" feature and we shouldn't query network-specific features if it's not set. Change-Id: Id7d39f839a35c121565096151c5df3ab4da76632 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/qml/configure.json')
-rw-r--r--src/qml/configure.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/configure.json b/src/qml/configure.json
index a589e9f950..723bd740fc 100644
--- a/src/qml/configure.json
+++ b/src/qml/configure.json
@@ -24,6 +24,7 @@
"label": "QML network support",
"purpose": "Provides network transparency.",
"section": "QML",
+ "condition": "features.network",
"output": [ "publicFeature" ]
},
"qml-debug": {