aboutsummaryrefslogtreecommitdiff
path: root/smolbote.qbs
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-25 14:42:27 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-25 14:42:27 +0100
commit5be898f07c4feaaceeecc0159cc142e26a7310bd (patch)
tree912f9e2ae324380a78da29e0d8b830bda4746042 /smolbote.qbs
parentAddress bar menu now reads entries from the bookmarks (diff)
downloadsmolbote-5be898f07c4feaaceeecc0159cc142e26a7310bd.tar.xz
astyle pass
Diffstat (limited to 'smolbote.qbs')
-rw-r--r--smolbote.qbs1
1 files changed, 0 insertions, 1 deletions
diff --git a/smolbote.qbs b/smolbote.qbs
index dc201d9..e9f112f 100644
--- a/smolbote.qbs
+++ b/smolbote.qbs
@@ -36,7 +36,6 @@ Project {
if(project.gitVersion) {
var meta = GitRepo.read(project.sourceDirectory);
version = meta.version;
- describe = meta.describe;
found = true;
}
}