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