From ae3d9aa08172f08b58fbe1ecfe8f334cbc63fe9b Mon Sep 17 00:00:00 2001 From: Alexei Cazacov Date: Thu, 2 Jan 2025 10:13:34 +0200 Subject: [PATCH] Fix the module documentation structure for Qt Wayland Client MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: QTBUG-132274 Pick-to: 6.9 Change-Id: Ibaa47274757a6bc22260f703becc69c4c0d5b702 Reviewed-by: Topi Reiniƶ --- src/plugins/platforms/wayland/doc/qtwaylandclient.qdocconf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/plugins/platforms/wayland/doc/qtwaylandclient.qdocconf b/src/plugins/platforms/wayland/doc/qtwaylandclient.qdocconf index 20ceaef02de..c06be00479a 100644 --- a/src/plugins/platforms/wayland/doc/qtwaylandclient.qdocconf +++ b/src/plugins/platforms/wayland/doc/qtwaylandclient.qdocconf @@ -13,6 +13,12 @@ qhp.QtWaylandClient.virtualFolder = QtWaylandClient qhp.QtWaylandClient.indexTitle = Qt Wayland Client qhp.QtWaylandClient.indexRoot = +qhp.QtWaylandClient.subprojects = cmakecommand + +qhp.QtWaylandClient.subprojects.cmakecommand.title = qt_generate_wayland_protocol_client_sources +qhp.QtWaylandClient.subprojects.cmakecommand.indexTitle = qt_generate_wayland_protocol_client_sources +qhp.QtWaylandClient.subprojects.cmakecommand.selectors = group:cmakecommand + depends += qtcore \ qtqml \ qtquick \