aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/configure.json
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-12-18 17:40:48 +0100
committerUlf Hermann <ulf.hermann@qt.io>2018-03-21 13:41:36 +0000
commit8629682663adb0de5f91d2bd545b5d68e6afb7cd (patch)
tree5de6be88f5a33c34fff23a181cf1479216228b1a /src/qml/configure.json
parent01a40e1f920b58f00d52ff4542f6ef9c606a9b03 (diff)
Add a feature for DelegateModel
Change-Id: Ia24767b33a20bd70096bbb8b4f27729c788eb331 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@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 b744ea6948..681cecea99 100644
--- a/src/qml/configure.json
+++ b/src/qml/configure.json
@@ -39,6 +39,12 @@
"features.xmlstreamwriter"
],
"output": [ "privateFeature" ]
+ },
+ "qml-delegate-model": {
+ "label": "QML delegate model",
+ "purpose": "Provides the DelegateModel QML type.",
+ "section": "QML",
+ "output": [ "privateFeature" ]
}
},
@@ -47,7 +53,8 @@
"section": "Qt QML",
"entries": [
"qml-network",
- "qml-debug"
+ "qml-debug",
+ "qml-delegate-model"
]
}
]