aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-08-16 16:02:25 +0200
committerLars Knoll <lars.knoll@qt.io>2016-10-10 14:11:55 +0000
commitfdf45e12ee626b99ee5aadf032a1bec109d37ead (patch)
tree41ee2eecd42eefd8f9868d895d497bf764cbafc0 /src/quick/configure.json
parent094e1f12945a04507054b5a5bad94b72a7982fb7 (diff)
Make Flipable configurable
Change-Id: Iaf060c6abefb8bfff9b9f3727bd477ae3c96b7a4 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 8a0c6e3562..798e8c2f14 100644
--- a/src/quick/configure.json
+++ b/src/quick/configure.json
@@ -9,6 +9,7 @@
"options": {
"d3d12": "boolean",
"quick-canvas": "boolean",
+ "quick-flipable": "boolean",
"quick-path": "boolean",
"quick-pathview": "boolean"
}
@@ -38,6 +39,13 @@
"privateFeature"
]
},
+ "quick-flipable": {
+ "label": "Flipable item",
+ "purpose": "Provides the Qt Quick Flipable Item",
+ "output": [
+ "privateFeature"
+ ]
+ },
"quick-path": {
"label": "Path support",
"purpose": "Provides Path elements in Qt Quick",
@@ -61,6 +69,7 @@
"entries": [
"d3d12",
"quick-canvas",
+ "quick-flipable",
"quick-path",
"quick-pathview"
]