diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc index 1e1e23495c0..351009bd1c6 100644 --- a/qmake/doc/src/qmake-manual.qdoc +++ b/qmake/doc/src/qmake-manual.qdoc @@ -1111,6 +1111,15 @@ \row \li designer \li The target is a plugin for \QD. \row \li no_lflags_merge \li Ensures that the list of libraries stored in the \c LIBS variable is not reduced to a list of unique values before it is used. + \row \li metatypes \li Create a \c {_metatypes.json} file for the + current project. \c {} is the all lowercase base name of + \l TARGET. + \row \li qmltypes \li Automatically register QML types defined in C++. + For more information, see \l {Defining QML Types from C++}. + Also, create a \c {