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