aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/configure.json
diff options
context:
space:
mode:
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"
]
}
]