From 454dafb0e1a36ef6bbe9eafc240c22f6cd14e312 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 8 Mar 2023 16:14:17 +0100 Subject: Doc: fix more links to cmake functions Use qt6_ consistently as the link target, and qt_ when referring to the function. Pick-to: 6.5 6.5.0 Change-Id: I9bb903cd2c32dcded1ee7a2804aa36074e8a5c38 Reviewed-by: Venugopal Shivashankar --- src/corelib/doc/src/cmake/cmake-configure-variables.qdoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/corelib/doc/src/cmake/cmake-configure-variables.qdoc') diff --git a/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc b/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc index fee9c16a83..fd303755fc 100644 --- a/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc +++ b/src/corelib/doc/src/cmake/cmake-configure-variables.qdoc @@ -403,7 +403,7 @@ Enables verbose mode of the \l androiddeployqt deployment tool when it is called internally at build time, usually during target finalization. This variable also changes the default verbosity of install-time deployment -scripts for other platforms (see \l{qt_deploy_runtime_dependencies()}), but it +scripts for other platforms (see \l{qt6_deploy_runtime_dependencies()}), but it must be set before the first \c{find_package(Qt6)} call to have that effect. */ @@ -431,7 +431,8 @@ an application, along with its runtime dependencies: \include cmake-deploy-runtime-dependencies.qdocinc -\sa qt_deploy_runtime_dependencies(), qt_deploy_qml_imports() +\sa {qt6_deploy_runtime_dependencies}{qt_deploy_runtime_dependencies()}, + {qt6_deploy_qml_imports}{qt_deploy_qml_imports()} */ /*! -- cgit v1.2.3