Fix version generation

This commit is contained in:
lupoDharkael
2018-01-06 18:23:44 +01:00
parent 33558be86d
commit 619e19cf68

View File

@@ -4,8 +4,8 @@
#
#-------------------------------------------------
APP_VERSION = $$system(git --git-dir $$PWD/.git --work-tree $$PWD describe --always --tags)
DEFINES += APP_VERSION
TAG_VERSION = $$system(git --git-dir $$PWD/.git --work-tree $$PWD describe --always --tags)
DEFINES += APP_VERSION=\\\"$$TAG_VERSION\\\"
QT += core gui