aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Fella <nicolas.fella@kde.org>2024-04-18 13:55:44 +0200
committerNicolas Fella <nicolas.fella@kde.org>2024-04-18 14:42:40 +0200
commit217dae934785afb9d754bfe92933111809ab0f24 (patch)
tree830b4a7e89620b8d8457b88d509a3f6aa2802bd7
parent1e0db4577a8a2a4fca008d9dd58becb5ebf09757 (diff)
Fix doc syntax in qt6_deploy_qml_imports
This is not a link, we are on the page documenting that command. When marking as a code snippet the extra {qt_deploy_qml_imports()} does not make sense Pick-to: 6.7 Change-Id: Ia50bc2d5bbebf43f9853dc443e6917a38de15f11 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
-rw-r--r--src/qml/doc/src/cmake/qt_deploy_qml_imports.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/doc/src/cmake/qt_deploy_qml_imports.qdoc b/src/qml/doc/src/cmake/qt_deploy_qml_imports.qdoc
index cd718cde10..87125cd0bf 100644
--- a/src/qml/doc/src/cmake/qt_deploy_qml_imports.qdoc
+++ b/src/qml/doc/src/cmake/qt_deploy_qml_imports.qdoc
@@ -13,7 +13,7 @@
\include cmake-find-package-qml.qdocinc
Unlike most other CMake commands provided by Qt,
-\c{qt6_deploy_qml_imports}{qt_deploy_qml_imports()} can only be called from a
+\c{qt6_deploy_qml_imports} can only be called from a
deployment script. It cannot be called directly by the project.
\include cmake-qml-qt-finalize-target-warning.qdocinc warning
@@ -39,7 +39,7 @@ When installing an application that uses QML, it may be non-trivial to work out
which QML modules and which parts of those QML modules need to also be
installed. Because QML plugins are not linked directly to an application's
executable, \l{qt6_deploy_runtime_dependencies}{qt_deploy_runtime_dependencies()} won't find these QML modules.
-The \c{qt6_deploy_qml_imports}{qt_deploy_qml_imports()} command provides the necessary logic which
+The \c{qt6_deploy_qml_imports} command provides the necessary logic which
complements \l{qt6_deploy_runtime_dependencies}{qt_deploy_runtime_dependencies()} and deploys the runtime parts
of all QML modules imported by the application.