themeeditor: Get revision info from git.
We're not using svn anymore. This isn't used, but at least try to get the right value. Change-Id: I66e726d28b504a0f15d5b6497a02963243ba466a
This commit is contained in:
parent
9a28912f26
commit
db350ac3e2
1 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
TARGET = rbthemeeditor
|
||||
VERSION = 0.5
|
||||
CONFIG(debug) {
|
||||
REVISION = $$system(svnversion)
|
||||
REVISION = $$system(git rev-parse --verify --short=10 HEAD)
|
||||
VERSION = $$join(VERSION,,,r)
|
||||
VERSION = $$join(VERSION,,,$$REVISION)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue