summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/wizards/files/qtquick2/wizard.json
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/files/qtquick2/wizard.json')
-rw-r--r--share/qtcreator/templates/wizards/files/qtquick2/wizard.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/files/qtquick2/wizard.json b/share/qtcreator/templates/wizards/files/qtquick2/wizard.json
index 6eee0fe241..a627143a5e 100644
--- a/share/qtcreator/templates/wizards/files/qtquick2/wizard.json
+++ b/share/qtcreator/templates/wizards/files/qtquick2/wizard.json
@@ -29,7 +29,7 @@
"data":
{
"source": "file.qml",
- "target": "%{JS: Util.fileName('%{TargetPath}', '%{JS: Util.preferredSuffix('application/x-qml')}')}",
+ "target": "%{JS: Util.fileName('%{TargetPath}', '%{JS: Util.preferredSuffix('text/x-qml')}')}",
"openInEditor": true
}
}