Update mobile example categories for Qt 6.6

Add mobile example category tags for the chosen examples.
Add for the ones that work best for both, Android and iOS.
Remove from the ones that do not work for both (at least yet).

Added
- hellogles3
Removed
- qtandroidnotifier (not iOS)

Fixes: QTBUG-116780
Change-Id: Icb4c7ba1f22d4e67089a565071d83cdf8ec95896
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
(cherry picked from commit bbf0022d99b223239c7ce7769af9f58c01fc5c68)
Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
This commit is contained in:
Rami Potinkara 2023-09-06 11:25:01 +03:00
parent ae8e356c51
commit 42df73235f
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
\title Qt Android Notifier \title Qt Android Notifier
\example platform/androidnotifier \example platform/androidnotifier
\examplecategory {Mobile} \examplecategory {Mobile}
\brief Demonstrates calling Java code from Qt in an Android application. \brief Demonstrates calling Java code from Qt in an Android application.
\ingroup androidplatform \ingroup androidplatform

View File

@ -6,6 +6,7 @@
\title Hello GLES3 Example \title Hello GLES3 Example
\ingroup examples-widgets-opengl \ingroup examples-widgets-opengl
\examplecategory {Graphics & Multimedia} \examplecategory {Graphics & Multimedia}
\examplecategory {Mobile}
\brief Demonstrates OpenGL ES 3.0 functions via QOpenGLExtraFunctions. \brief Demonstrates OpenGL ES 3.0 functions via QOpenGLExtraFunctions.