aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/studio_templates/projects/mobile-scroll/wizard.json
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qmldesigner/studio_templates/projects/mobile-scroll/wizard.json')
-rw-r--r--share/qtcreator/qmldesigner/studio_templates/projects/mobile-scroll/wizard.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/studio_templates/projects/mobile-scroll/wizard.json b/share/qtcreator/qmldesigner/studio_templates/projects/mobile-scroll/wizard.json
index 944b6b6289..104d349bcc 100644
--- a/share/qtcreator/qmldesigner/studio_templates/projects/mobile-scroll/wizard.json
+++ b/share/qtcreator/qmldesigner/studio_templates/projects/mobile-scroll/wizard.json
@@ -341,6 +341,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"
}
]
}