Doc: Fix typo in qt_add_qml_module() description

Change-Id: Ic55b011704281d8334fff868e0c651d867e9f6ad
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 29f04ff888)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Kai Köhne 2023-07-10 13:28:40 +02:00 committed by Qt Cherry-pick Bot
parent 6183b24504
commit 3b3bce5d2c
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ For cases where the QML module needs a custom plugin class implementation, the
will be needed. will be needed.
\note \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. \c Q_IMPORT_QML_PLUGIN to ensure that the QML plugin is correctly linked.
\section3 Plugin target with no backing target \section3 Plugin target with no backing target