1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix jenkins git issue

This commit is contained in:
dubslow 2014-10-24 13:32:23 -05:00
parent e16154ab29
commit 973904addd

View File

@ -49,7 +49,7 @@ TRANSLATIONS = translations/de.ts \
RESOURCES += res.qrc
GIT_VERSION = $$system(git rev-parse HEAD)
GIT_VERSION = $$system(git rev-parse HEAD 2> /dev/null || echo "(built without git)")
DEFINES += GIT_VERSION=\\\"$$GIT_VERSION\\\"
contains(JENKINS,YES) {