qmake: Document QML_FOREIGN_METATYPES

Task-number: QTBUG-82709
Change-Id: I0ca648114adbbed1ab3c6406e9f14f60f7924e96
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
Ulf Hermann 2020-03-25 14:59:51 +01:00
parent 85a1582412
commit fc49325c80

View File

@ -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