More GIT qmake stuff

This commit is contained in:
Mark Watkins 2013-10-18 15:32:58 +10:00
parent 89f2fb2a51
commit 66a7c8f903

View File

@ -38,10 +38,11 @@ TEMPLATE = app
exists(../.git):{ exists(../.git):{
DEFINES += GIT_BRANCH=\\\"$$system(git rev-parse --abbrev-ref HEAD)\\\" GIT_BRANCH=$$system(git rev-parse --abbrev-ref HEAD)
DEFINES += GIT_REVISION=\\\"$$system(git rev-parse HEAD)\\\" DEFINES += GIT_BRANCH=\\\"$$GIT_BRANCH\"
DEFINES += GIT_REVISION=\\\"$$system(git rev-parse HEAD)\"
equals($$system(git rev-parse --abbrev-ref HEAD),"unstable"):DEFINES += UNSTABLE_BUILD contains(GIT_BRANCH,"unstable"):DEFINES += UNSTABLE_BUILD
} else { } else {
DEFINES += GIT_BRANCH=\\\"UNKNOWN\\\" DEFINES += GIT_BRANCH=\\\"UNKNOWN\\\"