aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-08-17 14:34:51 +0200
committerLars Knoll <lars.knoll@qt.io>2016-10-10 14:12:19 +0000
commitbae22adafc3a6f5ff7f920e71c1542dc25cf1bab (patch)
treeead02fd3600cfe97252cec72fe6c941c2e8897f7 /src/quick/configure.json
parentaa98a543cfb0e542a8a3e8416eb04cbae6e0e7c1 (diff)
Make the designer support configurable
Change-Id: I2c6cb57fbd6add3afe465dcc02c651ee9e96fbc7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/quick/configure.json')
-rw-r--r--src/quick/configure.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/quick/configure.json b/src/quick/configure.json
index 21617c4fea..3dbf653079 100644
--- a/src/quick/configure.json
+++ b/src/quick/configure.json
@@ -10,6 +10,7 @@
"d3d12": "boolean",
"quick-animatedimage": "boolean",
"quick-canvas": "boolean",
+ "quick-designer": "boolean",
"quick-flipable": "boolean",
"quick-gridview": "boolean",
"quick-listview": "boolean",
@@ -53,6 +54,13 @@
"privateFeature"
]
},
+ "quick-designer": {
+ "label": "Support for Quick Designer",
+ "purpose": "Provides support for the Qt Quick Designer in Qt Creator",
+ "output": [
+ "privateFeature"
+ ]
+ },
"quick-flipable": {
"label": "Flipable item",
"purpose": "Provides the Qt Quick Flipable Item",
@@ -133,6 +141,7 @@
"d3d12",
"quick-animatedimage",
"quick-canvas",
+ "quick-designer",
"quick-flipable",
"quick-gridview",
"quick-listview",