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 <alexey.edelev@qt.io>
This commit is contained in:
Alexandru Croitor 2024-07-11 18:48:03 +02:00
parent d4492782ed
commit 7c4bbcfbf4

View File

@ -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