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