aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-06-04 18:55:51 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-06-04 22:27:33 +0200
commitded331ce62698369855511cd266d857d6d677fd3 (patch)
treefdbe33bbf4321eb07ad043afb4901603af23a933 /src/qmlmodels
parent70dd5e24ce29adeab48932082863b3e3e3e4ba47 (diff)
CMake: Regenerate configure.cmake files
This will cause cmake to show the usual configure reports. Needed to add a custom function to find python (not currently used though, except for the configure report). Change-Id: Id68efc5badeaa30834a37fe751c1d5b6bfd96d92 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Diffstat (limited to 'src/qmlmodels')
-rw-r--r--src/qmlmodels/configure.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qmlmodels/configure.cmake b/src/qmlmodels/configure.cmake
index 44643c88a6..fa3a410591 100644
--- a/src/qmlmodels/configure.cmake
+++ b/src/qmlmodels/configure.cmake
@@ -37,3 +37,7 @@ qt_feature("qml-table-model" PRIVATE
PURPOSE "Provides the TableModel QML type."
CONDITION QT_FEATURE_qml_itemmodel AND QT_FEATURE_qml_delegate_model
)
+qt_configure_add_summary_section(NAME "Qt QML Models")
+qt_configure_add_summary_entry(ARGS "qml-list-model")
+qt_configure_add_summary_entry(ARGS "qml-delegate-model")
+qt_configure_end_summary_section() # end of "Qt QML Models" section