From b56273a77872ea0516767d4fbdb846a8b5103da4 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Wed, 10 Apr 2019 16:03:52 +0200 Subject: Add features for the remaining QML model types The table and object models should be configurable, too, and Package conceptually belongs to the delegate model. Change-Id: Id928f14c5b378b6e7ffcbb98039192fa7c375fa7 Reviewed-by: Simon Hausmann --- src/qmlmodels/configure.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/qmlmodels/configure.json') diff --git a/src/qmlmodels/configure.json b/src/qmlmodels/configure.json index 2aa8a50e69..bfe7d538ec 100644 --- a/src/qmlmodels/configure.json +++ b/src/qmlmodels/configure.json @@ -6,6 +6,12 @@ ], "features": { + "qml-object-model" : { + "label": "QML list model", + "purpose": "Provides the ObjectModel and Instantiator QML types.", + "section": "QML", + "output": [ "privateFeature" ] + }, "qml-list-model": { "label": "QML list model", "purpose": "Provides the ListModel QML type.", @@ -16,6 +22,13 @@ "label": "QML delegate model", "purpose": "Provides the DelegateModel QML type.", "section": "QML", + "condition": "features.qml-object-model", + "output": [ "privateFeature" ] + }, + "qml-table-model": { + "label": "QML table model", + "purpose": "Provides the TableModel QML type.", + "section": "QML", "output": [ "privateFeature" ] } }, -- cgit v1.2.3