From 7c4bbcfbf4d6498eab4ffb3d6d3053b807940ceb Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 11 Jul 2024 18:48:03 +0200 Subject: [PATCH] CMake: doc: Move 'since qt version' below find_package To be in line with other command documentation. Pick-to: 6.8 Task-number: QTBUG-126471 Change-Id: I1cf1078e8c4cd5dd27881294986457c63aa6c956 Reviewed-by: Alexey Edelev --- .../cmake/qt_generate_wayland_protocol_client_sources.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/platforms/wayland/doc/src/cmake/qt_generate_wayland_protocol_client_sources.qdoc b/src/plugins/platforms/wayland/doc/src/cmake/qt_generate_wayland_protocol_client_sources.qdoc index 0abd14d4e0f..d62a5a2b161 100644 --- a/src/plugins/platforms/wayland/doc/src/cmake/qt_generate_wayland_protocol_client_sources.qdoc +++ b/src/plugins/platforms/wayland/doc/src/cmake/qt_generate_wayland_protocol_client_sources.qdoc @@ -10,8 +10,6 @@ \summary {Generates client-side C++ bindings for a Wayland protocol .XML file} -\cmakecommandsince 6.0 - The command is defined in the \c WaylandClient component of the \c Qt6 package, which can be loaded like so: @@ -19,6 +17,8 @@ can be loaded like so: find_package(Qt6 REQUIRED COMPONENTS WaylandClient) \endcode +\cmakecommandsince 6.0 + \section1 Synopsis \badcode