summaryrefslogtreecommitdiffstats
path: root/src/dbus/doc/src/includes/cmake-find-package-dbus.qdocinc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbus/doc/src/includes/cmake-find-package-dbus.qdocinc')
-rw-r--r--src/dbus/doc/src/includes/cmake-find-package-dbus.qdocinc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus/doc/src/includes/cmake-find-package-dbus.qdocinc b/src/dbus/doc/src/includes/cmake-find-package-dbus.qdocinc
index d72102831e..1ed1c6a8ec 100644
--- a/src/dbus/doc/src/includes/cmake-find-package-dbus.qdocinc
+++ b/src/dbus/doc/src/includes/cmake-find-package-dbus.qdocinc
@@ -1,5 +1,5 @@
The command is defined in the \c DBus component of the \c Qt6 package. Load the package with:
\code
-find_package(Qt6 COMPONENTS DBus REQUIRED)
+find_package(Qt6 REQUIRED COMPONENTS DBus)
\endcode