Doc: Ensure qt_policy has a title

Pick-to: 6.5
Change-Id: Ia8319627943294b163b10c52e76fedeb3ce3e3b0
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Kai Köhne 2022-12-13 11:58:33 +01:00
parent 3730c55a87
commit 054ea5dfd5
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@
\page qt-policy.html
\ingroup cmake-commands-qtcore
\title qt_policy
\keyword qt6_policy
\summary {Modify the default behavior of Qt's CMake API.}
\include cmake-find-package-core.qdocinc

View File

@ -80,7 +80,7 @@ The \c{qt_standard_project_setup()} command can effectively be disabled by
setting the \l{QT_NO_STANDARD_PROJECT_SETUP} variable to true.
\sa {qt6_generate_deploy_app_script}{qt_generate_deploy_app_script()}
\sa {qt6_policy}
\sa qt_policy
\section1 Example