From f3bcf922165941411e855d8160d3c02d943351f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Roussin-B=C3=A9langer?= Date: Thu, 13 Oct 2022 23:28:23 -0400 Subject: Fix DBus cmake component name If a user would copy paste the cmake line shown in the documentation it would fail to find the package because it has the wrong case. Change-Id: Ia5354cf408a5744bcb1c13f2624b10a6a1dbea4b Reviewed-by: Alexandru Croitor --- src/dbus/doc/src/qtdbus-module.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dbus/doc/src') diff --git a/src/dbus/doc/src/qtdbus-module.qdoc b/src/dbus/doc/src/qtdbus-module.qdoc index 03bba6d952..c89b4dc937 100644 --- a/src/dbus/doc/src/qtdbus-module.qdoc +++ b/src/dbus/doc/src/qtdbus-module.qdoc @@ -8,7 +8,7 @@ to perform Inter-Process Communication using the \l{Qt D-Bus}{D-Bus} protocol. \ingroup modules - \qtcmakepackage Dbus + \qtcmakepackage DBus \qtvariable dbus \keyword The QDBus compiler -- cgit v1.2.3