diff options
-rw-r--r-- | modules/ECMQMLModules.cmake | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/ECMQMLModules.cmake b/modules/ECMQMLModules.cmake index faf9968f..f43bba79 100644 --- a/modules/ECMQMLModules.cmake +++ b/modules/ECMQMLModules.cmake @@ -1,6 +1,6 @@ #.rst: -# FindQMLModule -# ------- +# ECMQMLModules +# ------------- # # Find QML import modules through a find_qmlmodule() call. # It uses the qmlplugindump application to find the plugins and sets them up as @@ -11,6 +11,7 @@ # but fail at runtime. # # :: +# # ecm_find_qmlmodule(<module_name> <version>...) # # Any further arguments passed will be forwarded into a find_package() call. See @@ -22,6 +23,8 @@ # # ecm_find_qmlmodule(org.kde.kirigami 2.1) # +# Since 5.38.0. +# #============================================================================= # Copyright 2015 Aleix Pol Gonzalez <aleixpol@blue-systems.com> # |