From 21cb4e7834c5741fde1b7efc19854f9cd46278f8 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Fri, 3 Feb 2023 13:55:27 +0100 Subject: doc: Add compositor examples to Embedded category Qt Wayland Compositor API is perfectly suitable for desktop as well, but is primarily used on embedded systems and that is where the ability to build your own platform, including a custom compositor, yields the most power. Change-Id: Icb5827b29f896cf6835bdd37fb003a4abbef9f94 Reviewed-by: Paul Olav Tvete (cherry picked from commit 82d4dad14fe763c6cb0b5d3c4ef4109243e8ab39) Reviewed-by: Qt Cherry-pick Bot --- examples/wayland/custom-shell/doc/src/custom-shell.qdoc | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/wayland/custom-shell/doc/src/custom-shell.qdoc') diff --git a/examples/wayland/custom-shell/doc/src/custom-shell.qdoc b/examples/wayland/custom-shell/doc/src/custom-shell.qdoc index 75f88fd2..49e3b4e6 100644 --- a/examples/wayland/custom-shell/doc/src/custom-shell.qdoc +++ b/examples/wayland/custom-shell/doc/src/custom-shell.qdoc @@ -4,6 +4,7 @@ /*! * \title Qt Wayland Compositor Examples - Custom Shell * \example custom-shell + * \meta category {Embedded} * \brief Custom Shell shows how to implement a custom shell extension. * \ingroup qtwaylandcompositor-examples * -- cgit v1.2.1