From ca90dcdc13d735cfc9b92a1a8f6ab3909128b103 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 13 Jun 2024 10:39:58 +0200 Subject: [PATCH] Doc: Change the title of a tutorial to move it down the list This is a temporary fix until the real fix ends up in Qt 6.9 and we start using QDoc from there to build the docs. Then, we can rethink the title. Change-Id: I95332b18f7b53fd9b01d0b986275c958add0f00e Reviewed-by: hjk --- .../src/projects/creator-only/creator-projects-libraries.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-libraries.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-libraries.qdoc index c4f8d905a33..fc66a62e8a7 100644 --- a/doc/qtcreator/src/projects/creator-only/creator-projects-libraries.qdoc +++ b/doc/qtcreator/src/projects/creator-only/creator-projects-libraries.qdoc @@ -91,7 +91,7 @@ For more information about the project file settings, see \l{Declaring Other Libraries}{qmake Manual: Declaring Other Libraries}. - \sa {Adding an Internal Library to a qmake Project}{Tutorial: Adding an Internal Library to a qmake Project}, + \sa {Using an Internal Library in a qmake Project}{Tutorial: Using an Internal Library in a qmake Project}, {Add subprojects to projects}, {Add libraries to CMake projects}, {Use project wizards}, {Creating Projects} */ @@ -103,7 +103,7 @@ \ingroup creator-tutorials - \title Adding an Internal Library to a qmake Project + \title Using an Internal Library in a qmake Project \brief How to create your own library and link your application against it when using qmake as the build system.