diff options
author | Rami Potinkara <[email protected]> | 2023-09-06 11:25:01 +0300 |
---|---|---|
committer | Rami Potinkara <[email protected]> | 2023-09-12 00:44:11 +0000 |
commit | bbf0022d99b223239c7ce7769af9f58c01fc5c68 (patch) | |
tree | 7b166ba0108e5023a0c7d5bb703389973eae1fdb /examples/opengl | |
parent | 5a1a80861f2abff08cc811cd01512199a1722c3f (diff) |
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
Pick-to: 6.6
Change-Id: Icb4c7ba1f22d4e67089a565071d83cdf8ec95896
Reviewed-by: Assam Boudjelthia <[email protected]>
Diffstat (limited to 'examples/opengl')
-rw-r--r-- | examples/opengl/doc/src/hellogles3.qdoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/opengl/doc/src/hellogles3.qdoc b/examples/opengl/doc/src/hellogles3.qdoc index bb699ec1d8c..acd00e75977 100644 --- a/examples/opengl/doc/src/hellogles3.qdoc +++ b/examples/opengl/doc/src/hellogles3.qdoc @@ -6,6 +6,7 @@ \title Hello GLES3 Example \ingroup examples-widgets-opengl \examplecategory {Graphics & Multimedia} + \examplecategory {Mobile} \brief Demonstrates OpenGL ES 3.0 functions via QOpenGLExtraFunctions. |