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>
This commit is contained in:
Volker Hilsheimer 2023-03-01 14:48:53 +01:00 committed by Qt Cherry-pick Bot
parent eced0ccefc
commit 124cd88242
2 changed files with 3 additions and 3 deletions

View File

@ -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 On platforms other than macOS, Qt translations are automatically deployed. To
inhibit this behavior, specify \c{NO_TRANSLATIONS}. Use 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
customized way. in a customized way.
On Linux, deploying runtime dependencies is based on CMake's On Linux, deploying runtime dependencies is based on CMake's
\c{file(GET_RUNTIME_DEPENDENCIES)} command. The options \c{PRE_INCLUDE_REGEXES}, \c{file(GET_RUNTIME_DEPENDENCIES)} command. The options \c{PRE_INCLUDE_REGEXES},

View File

@ -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 On platforms other than macOS, Qt translations are automatically deployed. To
inhibit this behavior, specify \c{NO_TRANSLATIONS}. Use 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. customized way.
For deploying a QML application, use For deploying a QML application, use