Add full list of example categories to examples metadata

Add the full list of all example categories in the right order
to QtDoc metadata. This will generate a matching list in the
matching examples-manifest.xml file, and allows Qt Creator to sort
the categories correctly.

Pick-to: 6.5 6.6
Change-Id: I45dccf4d7fd0020e25f19e22a5bfebb44f640cca
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Kai Köhne 2023-07-21 12:05:49 +02:00
parent 51ece6de49
commit 51c5b597aa
1 changed files with 12 additions and 0 deletions

View File

@ -84,5 +84,17 @@ manifestmeta.highlighted.names = "QtDoc/Coffee Machine Example" \
"QtDoc/Qt Quick Demo - Same Game" \
"QtDoc/Qt Quick Demo - Calqlatr"
manifestmeta.examplecategories = "Application Examples" \
"Desktop" \
"Mobile" \
"Embedded" \
"Graphics & Multimedia" \
"Data Visualization & 3D" \
"Data Processing & I/O" \
"Connectivity" \
"Networking" \
"Positioning & Location" \
"Web Technologies"
# Include 'Qt for Education' pages
include(../edu/config/qtforeducation.qdocconf)