summaryrefslogtreecommitdiffstats
path: root/src/webengine/configure.json
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2019-08-06 18:24:45 +0200
committerMichal Klocek <michal.klocek@qt.io>2019-08-12 09:14:09 +0200
commit23b24fb49a9115151ea086afd271fdf9bb36fda0 (patch)
tree51ee501b4661380ac91def2d5e1e1085e757ce7f /src/webengine/configure.json
parentf383f899cba71c02f2fcacd7f54b17a50f8e33d0 (diff)
Add webenginewidgets to configure system
Make webeninge-qml webengine-widgets features indpendent of webenginecore. Change-Id: I11c1bfaf4a15e4cb3acf2751b367f2c92a7ac833 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'src/webengine/configure.json')
-rw-r--r--src/webengine/configure.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/webengine/configure.json b/src/webengine/configure.json
index ec5ad34d9..ebe1ddb2b 100644
--- a/src/webengine/configure.json
+++ b/src/webengine/configure.json
@@ -1,9 +1,20 @@
{
"module": "webengine",
+ "condition": "module.webenginecore && features.webengine-qml",
"depends": [
"webenginecore-private"
],
+ "commandline": {
+ "options": {
+ "webengine-qml": "boolean"
+ }
+ },
"features": {
+ "webengine-qml": {
+ "label": "Support Qt WebEngine Qml",
+ "purpose": "Provides WebEngine Qml support.",
+ "output": [ "privateFeature" ]
+ },
"webengine-ui-delegates": {
"label": "UI Delegates",
"section": "WebEngine",
@@ -18,8 +29,8 @@
"summary": [
{
"section": "Qt WebEngineQml",
- "condition": "features.webengine-qml",
"entries": [
+ "webengine-qml",
"webengine-ui-delegates",
"webengine-testsupport"
]