From 3b3bce5d2cb970229a76554d2f4b77b79b2f9f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Mon, 10 Jul 2023 13:28:40 +0200 Subject: [PATCH] Doc: Fix typo in qt_add_qml_module() description Change-Id: Ic55b011704281d8334fff868e0c651d867e9f6ad Reviewed-by: Alexandru Croitor (cherry picked from commit 29f04ff8880f86265bf6e9d5f56eb4f2b1a2a829) Reviewed-by: Qt Cherry-pick Bot --- src/qml/doc/src/cmake/qt_add_qml_module.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/doc/src/cmake/qt_add_qml_module.qdoc b/src/qml/doc/src/cmake/qt_add_qml_module.qdoc index f521fa8025..717bd5e0aa 100644 --- a/src/qml/doc/src/cmake/qt_add_qml_module.qdoc +++ b/src/qml/doc/src/cmake/qt_add_qml_module.qdoc @@ -113,7 +113,7 @@ For cases where the QML module needs a custom plugin class implementation, the will be needed. \note -When using static linking, it migt be necessary to use +When using static linking, it might be necessary to use \c Q_IMPORT_QML_PLUGIN to ensure that the QML plugin is correctly linked. \section3 Plugin target with no backing target