aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmlmodels/configure.json')
-rw-r--r--src/qmlmodels/configure.json46
1 files changed, 0 insertions, 46 deletions
diff --git a/src/qmlmodels/configure.json b/src/qmlmodels/configure.json
deleted file mode 100644
index 1ccca5e35e..0000000000
--- a/src/qmlmodels/configure.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "module": "qmlmodels",
- "depends": [
- "core-private",
- "qml-private"
- ],
-
- "features": {
- "qml-object-model" : {
- "label": "QML object 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.",
- "section": "QML",
- "condition": "features.qml-itemmodel",
- "output": [ "privateFeature" ]
- },
- "qml-delegate-model": {
- "label": "QML delegate model",
- "purpose": "Provides the DelegateModel QML type.",
- "section": "QML",
- "condition": "features.qml-object-model && features.qml-itemmodel",
- "output": [ "privateFeature" ]
- },
- "qml-table-model": {
- "label": "QML table model",
- "purpose": "Provides the TableModel QML type.",
- "section": "QML",
- "condition": "features.qml-itemmodel && features.qml-delegate-model",
- "output": [ "privateFeature" ]
- }
- },
- "summary": [
- {
- "section": "Qt QML Models",
- "entries": [
- "qml-list-model",
- "qml-delegate-model"
- ]
- }
- ]
-}