Build fix for git qmake stuff

This commit is contained in:
Mark Watkins 2013-10-18 16:05:42 +10:00
parent 66a7c8f903
commit 013c2bc878

View File

@ -39,8 +39,8 @@ TEMPLATE = app
exists(../.git):{
GIT_BRANCH=$$system(git rev-parse --abbrev-ref HEAD)
DEFINES += GIT_BRANCH=\\\"$$GIT_BRANCH\"
DEFINES += GIT_REVISION=\\\"$$system(git rev-parse HEAD)\"
DEFINES += GIT_BRANCH=\\\"$$GIT_BRANCH\\\"
DEFINES += GIT_REVISION=\\\"$$system(git rev-parse HEAD)\\\"
contains(GIT_BRANCH,"unstable"):DEFINES += UNSTABLE_BUILD