aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2022-09-30 11:45:43 +0200
committerUlf Hermann <ulf.hermann@qt.io>2022-10-06 20:37:42 +0200
commitb515099d4d7d90385a0258893ec949d4fba84b29 (patch)
tree475d38f596bd5a6461b92c9c9e3b0fd8e58e597d
parentd4cc8bfc0db886849d233f76949f6ae1cb025b73 (diff)
Doc: Mention QT_QML_SKIP_TYPE_COMPILER one more time
Fixes: QTBUG-107078 Change-Id: Ib60c04243c3393ceb6de548dfc7591e0d67e843f Reviewed-by: Sami Shalayel <sami.shalayel@qt.io> Reviewed-by: Tim Blechmann <tim@klingt.org> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
-rw-r--r--src/qml/doc/src/cmake/qt_add_qml_module.qdoc3
1 files changed, 2 insertions, 1 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 670df4baad..cc7b9df0bb 100644
--- a/src/qml/doc/src/cmake/qt_add_qml_module.qdoc
+++ b/src/qml/doc/src/cmake/qt_add_qml_module.qdoc
@@ -601,7 +601,8 @@ and deploy all QML modules used by an executable target.
\target ENABLE_TYPE_COMPILER
\c ENABLE_TYPE_COMPILER can be used to compile \c{.qml} files to C++ source code
-with \l{QML Type Compiler}{qmltc}.
+with \l{QML Type Compiler}{qmltc}. Files with the source property
+\c{QT_QML_SKIP_TYPE_COMPILER} are not compiled to C++.
\c TYPE_COMPILER_NAMESPACE argument defines a namespace, in which the generated
C++ code resides. By default, no namespace is specified for user projects. The