From 054ea5dfd57617e5faa5940b9aadd25cdc247b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Tue, 13 Dec 2022 11:58:33 +0100 Subject: [PATCH] Doc: Ensure qt_policy has a title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pick-to: 6.5 Change-Id: Ia8319627943294b163b10c52e76fedeb3ce3e3b0 Reviewed-by: Jörg Bornemann Reviewed-by: Alexandru Croitor --- src/corelib/doc/src/cmake/qt_policy.qdoc | 3 +++ src/corelib/doc/src/cmake/qt_standard_project_setup.qdoc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/corelib/doc/src/cmake/qt_policy.qdoc b/src/corelib/doc/src/cmake/qt_policy.qdoc index 11e761b34a1..6d2a221f722 100644 --- a/src/corelib/doc/src/cmake/qt_policy.qdoc +++ b/src/corelib/doc/src/cmake/qt_policy.qdoc @@ -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 diff --git a/src/corelib/doc/src/cmake/qt_standard_project_setup.qdoc b/src/corelib/doc/src/cmake/qt_standard_project_setup.qdoc index ad6541f08ab..6c1763ec3ee 100644 --- a/src/corelib/doc/src/cmake/qt_standard_project_setup.qdoc +++ b/src/corelib/doc/src/cmake/qt_standard_project_setup.qdoc @@ -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