aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/dependencies.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/templates/dependencies.json')
-rw-r--r--src/imports/templates/dependencies.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/imports/templates/dependencies.json b/src/imports/templates/dependencies.json
new file mode 100644
index 00000000..26ce7c00
--- /dev/null
+++ b/src/imports/templates/dependencies.json
@@ -0,0 +1,12 @@
+[
+ {
+ "name": "QtQuick",
+ "type": "module",
+ "version": "2.8"
+ },
+ {
+ "name": "QtQuick.Window",
+ "type": "module",
+ "version": "2.2"
+ }
+]