aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-08-17 09:43:21 +0200
committerLars Knoll <lars.knoll@qt.io>2016-10-10 14:12:04 +0000
commitd64503bbdc62bb1839ddfe3e5f5813e406eafaaa (patch)
tree3c79555d851b420644c1585ea567b032d3f92d09 /src/quick/configure.json
parentd6a4bd5938e763db419c64cc503f918a1f6d8f47 (diff)
Make Sprite a configurable feature
Change-Id: Iab5c5261cb3cdce3d02fa6cd19ae6f594b6fc649 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.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/quick/configure.json b/src/quick/configure.json
index 066ee88b3a..5d76ef1e48 100644
--- a/src/quick/configure.json
+++ b/src/quick/configure.json
@@ -13,7 +13,8 @@
"quick-flipable": "boolean",
"quick-listview": "boolean",
"quick-path": "boolean",
- "quick-pathview": "boolean"
+ "quick-pathview": "boolean",
+ "quick-sprite": "boolean"
}
},
@@ -77,6 +78,13 @@
"output": [
"privateFeature"
]
+ },
+ "quick-sprite": {
+ "label": "Sprite item",
+ "purpose": "Provides the Qt Quick Sprite Item",
+ "output": [
+ "privateFeature"
+ ]
}
},
@@ -90,7 +98,8 @@
"quick-flipable",
"quick-listview",
"quick-path",
- "quick-pathview"
+ "quick-pathview",
+ "quick-sprite"
]
}
]