aboutsummaryrefslogtreecommitdiffstats
path: root/share
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 /share
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 'share')
-rw-r--r--share/qbs/module-providers/Qt/templates/qml.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/module-providers/Qt/templates/qml.qbs b/share/qbs/module-providers/Qt/templates/qml.qbs
index f6d3fbb1f..c63937649 100644
--- a/share/qbs/module-providers/Qt/templates/qml.qbs
+++ b/share/qbs/module-providers/Qt/templates/qml.qbs
@@ -66,7 +66,7 @@ QtModule {
readonly property stringList _importVersionParts: (importVersion || "").split(".")
property string typesFileName: {
if (product.type && product.type.contains("application"))
- return "app.qmltypes";
+ return product.targetName + ".qmltypes";
return "plugins.qmltypes";
}
property string typesInstallDir