From 457904e1519aba0e854266889bdd4f0bd1694c4b Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Wed, 19 Jan 2022 14:11:58 +0100 Subject: Set the right @since version for ECMQmlModule --- modules/ECMQmlModule.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/ECMQmlModule.cmake b/modules/ECMQmlModule.cmake index 75bc464a..2e5147ae 100644 --- a/modules/ECMQmlModule.cmake +++ b/modules/ECMQmlModule.cmake @@ -53,7 +53,7 @@ be used instead. You can add C++ and QML source files to the target using ``target_sources`` and ``ecm_target_qml_sources``, respectively. -Since 5.87.0 +Since 5.91.0 :: ecm_add_qml_module_dependencies( DEPENDS [ ...]) @@ -61,7 +61,7 @@ Since 5.87.0 Add the list of dependencies specified by the ``DEPENDS`` argument to be listed as dependencies in the generated QMLDIR file of ````. -Since 5.87.0 +Since 5.91.0 :: ecm_target_qml_sources( SOURCES [ ...] [VERSION ] [PATH ] [PRIVATE]) @@ -83,7 +83,7 @@ files should be copied to. By default, files will be copied to the module root. This function will fail if ```` is not a QML module target or any of the specified files do not exist. -Since 5.87.0 +Since 5.91.0 :: ecm_finalize_qml_module( DESTINATION ) @@ -106,7 +106,7 @@ number of tasks: This function will fail if ```` is not a QML module target. -Since 5.87.0 +Since 5.91.0 #]========================================================================] -- cgit v1.2.1