aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/configure.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/configure.cmake')
-rw-r--r--src/qml/configure.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/qml/configure.cmake b/src/qml/configure.cmake
index 21acf9efa7..7f4a07b049 100644
--- a/src/qml/configure.cmake
+++ b/src/qml/configure.cmake
@@ -188,6 +188,13 @@ qt_feature("qml-itemmodel" PRIVATE
CONDITION QT_FEATURE_itemmodel
)
+qt_feature("qml-xmllistmodel" PRIVATE
+ SECTION "QML"
+ LABEL "QML XmlListModel"
+ PURPOSE "Enable XmlListModel in QML"
+ CONDITION QT_FEATURE_future
+)
+
# special case begin
qt_qml_find_python(__qt_qml_python_path __qt_qml_python_found)
# special case end