aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/configure.json
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-12-18 18:15:16 +0100
committerUlf Hermann <ulf.hermann@qt.io>2018-02-12 09:13:21 +0000
commitb8778ca03027266d5408a9d61a1ca5fa94ac07f7 (patch)
tree29afef950a131f1a204b0ccae47efeec1ec3a4e2 /src/qml/configure.json
parentb897a4b9e54fc2c53115ca70dc64332ee3a00462 (diff)
Add a feature for ListModel
Change-Id: Ic7ae1f601084ec07fe9e500516eb7092818451aa Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/configure.json')
-rw-r--r--src/qml/configure.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/qml/configure.json b/src/qml/configure.json
index 8e725fd374..f50c07b359 100644
--- a/src/qml/configure.json
+++ b/src/qml/configure.json
@@ -51,6 +51,12 @@
"purpose": "Supports mapping sequence types into QML.",
"section": "QML",
"output": [ "privateFeature" ]
+ },
+ "qml-list-model": {
+ "label": "QML list model",
+ "purpose": "Provides the ListModel QML type.",
+ "section": "QML",
+ "output": [ "privateFeature" ]
}
},
@@ -60,7 +66,8 @@
"entries": [
"qml-network",
"qml-debug",
- "qml-sequence-object"
+ "qml-sequence-object",
+ "qml-list-model"
]
}
]