Doc: fix link to cmake function
Replace qt6_ prefix with qt_. Also refer to cmake functions as such in the text. Pick-to: 6.5 Change-Id: I848a43fc64bd0ed18ce89ca1b720f8dea1f75e6c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
d3c1813563
commit
57905da94f
|
@ -94,7 +94,7 @@ other platforms.
|
|||
|
||||
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{qt_deploy_translations}{qt_deploy_translations()} to deploy translations in a
|
||||
customized way.
|
||||
|
||||
The options \c{PRE_INCLUDE_REGEXES}, \c{PRE_EXCLUDE_REGEXES},
|
||||
|
|
Loading…
Reference in New Issue