aboutsummaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-08-11 15:46:45 +0200
committerLars Knoll <lars.knoll@qt.io>2016-10-10 14:11:39 +0000
commite48c4134afcb8d4b33c3e965ce5d94e629982d2e (patch)
treef69c74c2c9355c969764c6c72e9282f6ff631aef /configure.json
parenta6be2d77aa6dc9f834b971eaff749a02cf982525 (diff)
Convert qtdeclarative over to use the new configure system
Change-Id: I105d46e1a4e666f11c07ad63aa24a7c388da1be6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.json b/configure.json
new file mode 100644
index 0000000000..fd1f58863c
--- /dev/null
+++ b/configure.json
@@ -0,0 +1,6 @@
+{
+ "subconfigs": [
+ "src/qml",
+ "src/quick"
+ ]
+}