Fix version information, mk. 2

This commit is contained in:
TheAssassin
2018-02-02 13:01:42 +01:00
parent fe98a41328
commit d3d76b5df6
+1 -1
View File
@@ -27,7 +27,7 @@ DEFINES += BUILD_DATE="'\"$(shell env LC_ALL=C date -u '+%Y-%m-%d %H:%M:%S %Z')\
isEmpty($(TRAVIS_BUILD_NUMBER)) { isEmpty($(TRAVIS_BUILD_NUMBER)) {
DEFINES += BUILD_NUMBER="'\"<local dev build>\"'" DEFINES += BUILD_NUMBER="'\"<local dev build>\"'"
} else { } else {
DEFINES += BUILD_NUMBER="'\"$(TRAVIS_BUILD_NUMBER)"'" DEFINES += BUILD_NUMBER="'\"$(TRAVIS_BUILD_NUMBER)\"'"
} }
DEFINES += LINUXDEPLOYQT_VERSION="'\"$(shell git describe --tags $(shell git rev-list --tags --skip=1 --max-count=1) --abbrev=0)\"'" DEFINES += LINUXDEPLOYQT_VERSION="'\"$(shell git describe --tags $(shell git rev-list --tags --skip=1 --max-count=1) --abbrev=0)\"'"