summaryrefslogtreecommitdiffstats
path: root/qmake/doc/src/qmake-manual.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/doc/src/qmake-manual.qdoc')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index f1e03eb407..c90092059f 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -2608,6 +2608,14 @@
Specifies the module name to be used for automatically generated QML type
registrations. For more information, see \l {Defining QML Types from C++}.
+ \section1 QML_FOREIGN_METATYPES
+
+ Specifies further JSON files with metatypes to be considered when generating
+ qmltypes files. Use this when external libraries provide types that are
+ exposed to QML, either directly or as base types or properties of other
+ types. Qt types will automatically be considered and don't have to be added
+ here.
+
\section1 QT
Specifies the \l{All Modules}{Qt modules} that are used by your project. For