aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-08-16 16:06:16 +0200
committerLars Knoll <lars.knoll@qt.io>2016-10-10 14:11:58 +0000
commita266bc967bb2d9069f4b882b208eed74bcd83dd1 (patch)
treeb95da473222d3db43d1e2d7b53ac95fe7a0e7423 /src/quick/configure.json
parentfdf45e12ee626b99ee5aadf032a1bec109d37ead (diff)
Make ListView item configurable
Change-Id: Iaecae9a9e1bf5e073f94e76531e65d381e7fa01f 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 798e8c2f14..5602cf46a4 100644
--- a/src/quick/configure.json
+++ b/src/quick/configure.json
@@ -10,6 +10,7 @@
"d3d12": "boolean",
"quick-canvas": "boolean",
"quick-flipable": "boolean",
+ "quick-listview": "boolean",
"quick-path": "boolean",
"quick-pathview": "boolean"
}
@@ -46,6 +47,13 @@
"privateFeature"
]
},
+ "quick-listview": {
+ "label": "ListView item",
+ "purpose": "Provides the Qt Quick ListView item",
+ "output": [
+ "privateFeature"
+ ]
+ },
"quick-path": {
"label": "Path support",
"purpose": "Provides Path elements in Qt Quick",
@@ -70,6 +78,7 @@
"d3d12",
"quick-canvas",
"quick-flipable",
+ "quick-listview",
"quick-path",
"quick-pathview"
]