aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/studio_templates/projects/mobile-stack/wizard.json
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qmldesigner/studio_templates/projects/mobile-stack/wizard.json')
-rw-r--r--share/qtcreator/qmldesigner/studio_templates/projects/mobile-stack/wizard.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/studio_templates/projects/mobile-stack/wizard.json b/share/qtcreator/qmldesigner/studio_templates/projects/mobile-stack/wizard.json
index c8733770e0..d8758ca2bf 100644
--- a/share/qtcreator/qmldesigner/studio_templates/projects/mobile-stack/wizard.json
+++ b/share/qtcreator/qmldesigner/studio_templates/projects/mobile-stack/wizard.json
@@ -343,6 +343,22 @@
{
"source": "../shared-plugin/name/designer/plugin.metainfo",
"target": "%{ProjectDirectory}/imports/%{ImportModuleName}/designer/plugin.metainfo"
+ },
+ {
+ "source": "../shared-plugin/name/JsonData.qml",
+ "target": "%{ProjectDirectory}/imports/%{ImportModuleName}/JsonData.qml"
+ },
+ {
+ "source": "../shared-plugin/name/DataStore.qml",
+ "target": "%{ProjectDirectory}/imports/%{ImportModuleName}/DataStore.qml"
+ },
+ {
+ "source": "../shared-plugin/name/models.json",
+ "target": "%{ProjectDirectory}/imports/%{ImportModuleName}/models.json"
+ },
+ {
+ "source": "../shared-plugin/name/data.json",
+ "target": "%{ProjectDirectory}/imports/%{ImportModuleName}/data.json"
}
]
}