aboutsummaryrefslogtreecommitdiff
path: root/smolbote.qbs
diff options
context:
space:
mode:
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;
}
}