summaryrefslogtreecommitdiffstats
path: root/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 /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 'configure.json')
-rw-r--r--configure.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 60b7342f7..9c49729be 100644
--- a/configure.json
+++ b/configure.json
@@ -1,6 +1,7 @@
{
"subconfigs": [
"src/core",
- "src/webengine"
+ "src/webengine",
+ "src/webenginewidgets"
]
}