aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjen Hiemstra <ahiemstra@heimr.nl>2022-01-19 14:11:58 +0100
committerArjen Hiemstra <ahiemstra@heimr.nl>2022-01-21 11:56:14 +0000
commit457904e1519aba0e854266889bdd4f0bd1694c4b (patch)
tree04cc1813d724119433bb794c9ead8ca28e42a1b1
parent120bb5f644bbcdcb7197d476dc70587d3a3e4b2a (diff)
downloadextra-cmake-modules-457904e1519aba0e854266889bdd4f0bd1694c4b.tar.gz
extra-cmake-modules-457904e1519aba0e854266889bdd4f0bd1694c4b.tar.bz2
Set the right @since version for ECMQmlModule
-rw-r--r--modules/ECMQmlModule.cmake8
1 files 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(<target> DEPENDS <module string> [<module string> ...])
@@ -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 ``<target>``.
-Since 5.87.0
+Since 5.91.0
::
ecm_target_qml_sources(<target> SOURCES <source.qml> [<source.qml> ...] [VERSION <version>] [PATH <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 ``<target>`` 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(<target> DESTINATION <QML install destination>)
@@ -106,7 +106,7 @@ number of tasks:
This function will fail if ``<target>`` is not a QML module target.
-Since 5.87.0
+Since 5.91.0
#]========================================================================]