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 <hjk@qt.io>
This commit is contained in:
Leena Miettinen
2024-06-13 10:39:58 +02:00
parent ddd137f3b1
commit ca90dcdc13

View File

@@ -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.