aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/modules/qt-qml-module.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/modules/qt-qml-module.qdoc')
-rw-r--r--doc/reference/modules/qt-qml-module.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/reference/modules/qt-qml-module.qdoc b/doc/reference/modules/qt-qml-module.qdoc
index 3d5758fc3..ba8dddf2f 100644
--- a/doc/reference/modules/qt-qml-module.qdoc
+++ b/doc/reference/modules/qt-qml-module.qdoc
@@ -98,8 +98,9 @@
\qmlproperty string Qt.qml::typesFileName
Specifies the name of the file that declares the types registered for this product.
- Per default, it is called "app.qmltypes" for applications and "plugins.qmltypes"
- otherwise.
+ For applications, the default value is \c{<name>.qmltypes},
+ where \c{<name>} is the product's \l{Product::targetName}{target name}.
+ Otherwise, the default value is "plugins.qmltypes".
\note The naming conventions are still in flux.
When in doubt, consult the Qt documentation.