summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-01 14:48:53 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-08 11:43:27 +0000
commit124cd8824240172e9121aa3a21da835f7798ffc4 (patch)
tree120316ce25587d0e3a9ded46edd2131124f77c69
parenteced0ccefc0763f792ff6f0523771cb78c45727c (diff)
downloadqtbase-124cd8824240172e9121aa3a21da835f7798ffc4.tar.gz
Doc: use () in references to cmake functions
Change-Id: Ia4177a293c9c93edb8f27aec237df45b98caf20d Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit a9427bedd48cf978fcc8c24c5da14a9b79326c71) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/corelib/doc/src/cmake/qt_deploy_runtime_dependencies.qdoc4
-rw-r--r--src/corelib/doc/src/cmake/qt_generate_deploy_app_script.qdoc2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/doc/src/cmake/qt_deploy_runtime_dependencies.qdoc b/src/corelib/doc/src/cmake/qt_deploy_runtime_dependencies.qdoc
index 798266da8b..8bfe682c56 100644
--- a/src/corelib/doc/src/cmake/qt_deploy_runtime_dependencies.qdoc
+++ b/src/corelib/doc/src/cmake/qt_deploy_runtime_dependencies.qdoc
@@ -121,8 +121,8 @@ libraries that comply with Apple's app store requirements are deployed. The
On platforms other than macOS, Qt translations are automatically deployed. To
inhibit this behavior, specify \c{NO_TRANSLATIONS}. Use
-\l{qt6_deploy_translations}{qt_deploy_translations} to deploy translations in a
-customized way.
+\l{qt6_deploy_translations}{qt_deploy_translations()} to deploy translations
+in a customized way.
On Linux, deploying runtime dependencies is based on CMake's
\c{file(GET_RUNTIME_DEPENDENCIES)} command. The options \c{PRE_INCLUDE_REGEXES},
diff --git a/src/corelib/doc/src/cmake/qt_generate_deploy_app_script.qdoc b/src/corelib/doc/src/cmake/qt_generate_deploy_app_script.qdoc
index ece126bffc..67b43999c4 100644
--- a/src/corelib/doc/src/cmake/qt_generate_deploy_app_script.qdoc
+++ b/src/corelib/doc/src/cmake/qt_generate_deploy_app_script.qdoc
@@ -67,7 +67,7 @@ in a fatal error, unless the \c{NO_UNSUPPORTED_PLATFORM_ERROR} option is given.
On platforms other than macOS, Qt translations are automatically deployed. To
inhibit this behavior, specify \c{NO_TRANSLATIONS}. Use
-\l{qt6_deploy_translations}{qt_deploy_translations} to deploy translations in a
+\l{qt6_deploy_translations}{qt_deploy_translations()} to deploy translations in a
customized way.
For deploying a QML application, use