aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/cmake/qt_add_qml_module.qdoc
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2022-08-05 15:33:32 +0800
committerMitch Curtis <mitch.curtis@qt.io>2022-08-12 10:18:19 +0800
commitf2c87dda912eeb936259485051ef104a19c617b9 (patch)
treecc6b2380ed4a575b7f3d48b16950adf17da2cdb2 /src/qml/doc/src/cmake/qt_add_qml_module.qdoc
parent3edebbb764071c3242f0f6826aec789e987d9ef8 (diff)
Doc: link to QML module examples from qt_add_qml_module page
Users need code they can copy, and qt_add_qml_module lacks examples of e.g. main.cpp and its position within the recommended directory structure. Pick-to: 6.2 6.3 6.4 Change-Id: I29212b603bfd9cf24ecb327317be8f1410b2cfda Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/qml/doc/src/cmake/qt_add_qml_module.qdoc')
-rw-r--r--src/qml/doc/src/cmake/qt_add_qml_module.qdoc3
1 files changed, 3 insertions, 0 deletions
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 9f2a70bdd9..7d3337fe44 100644
--- a/src/qml/doc/src/cmake/qt_add_qml_module.qdoc
+++ b/src/qml/doc/src/cmake/qt_add_qml_module.qdoc
@@ -56,6 +56,9 @@ qt_add_qml_module(
\versionlessCMakeCommandsNote qt6_add_qml_module()
+See \l {Building a QML application} and \l {Building a reusable QML module}
+for examples that define QML modules.
+
\section1 Description
This command defines a QML module that can consist of C++ sources, \c{.qml}