aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2020-03-26 12:44:33 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2020-03-30 12:26:55 +0000
commit59d00bf838ab2d1fbfe29843febbd8c28b29a8d8 (patch)
treea8825a837d5a3fe1774847717982beb340cc5787 /doc
parentee44dae4f53d3c3fd16025c8d717f25084313070 (diff)
Do not use app.qmltypes anymore
Task-number: QTBUG-82710 Change-Id: Ibb7c94c4f5de7ecc2dc45634a31d88b3cf55b881 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-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.