summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner/studio_templates/projects/application-mcu/constants_module.qmlproject.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qmldesigner/studio_templates/projects/application-mcu/constants_module.qmlproject.tpl')
-rw-r--r--share/qtcreator/qmldesigner/studio_templates/projects/application-mcu/constants_module.qmlproject.tpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/studio_templates/projects/application-mcu/constants_module.qmlproject.tpl b/share/qtcreator/qmldesigner/studio_templates/projects/application-mcu/constants_module.qmlproject.tpl
new file mode 100644
index 0000000000..01711f43ef
--- /dev/null
+++ b/share/qtcreator/qmldesigner/studio_templates/projects/application-mcu/constants_module.qmlproject.tpl
@@ -0,0 +1,13 @@
+import QmlProject 1.3
+
+Project {
+ MCU.Module {
+ uri: "Constants"
+ }
+
+ QmlFiles {
+ files: [
+ "Constants.qml"
+ ]
+ }
+}