summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/wizards/projects/nimble/hybrid/hybrid.nimble
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/projects/nimble/hybrid/hybrid.nimble')
-rw-r--r--share/qtcreator/templates/wizards/projects/nimble/hybrid/hybrid.nimble15
1 files changed, 15 insertions, 0 deletions
diff --git a/share/qtcreator/templates/wizards/projects/nimble/hybrid/hybrid.nimble b/share/qtcreator/templates/wizards/projects/nimble/hybrid/hybrid.nimble
new file mode 100644
index 0000000000..a2604bff21
--- /dev/null
+++ b/share/qtcreator/templates/wizards/projects/nimble/hybrid/hybrid.nimble
@@ -0,0 +1,15 @@
+# Package
+
+backend = "%{ProjectBackend}"
+version = "%{ProjectVersion}"
+author = "%{ProjectAuthor}"
+description = "%{ProjectDescription}"
+license = "%{ProjectLicense}"
+srcDir = "src"
+installExt = @["nim"]
+bin = @["%{ProjectName}"]
+
+
+# Dependencies
+
+requires "nim >= %{ProjectNimVersion}"