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:
Dominik Riebeling 2020-09-04 19:08:54 +02:00
parent 9a28912f26
commit db350ac3e2
1 changed files with 6 additions and 6 deletions

View File

@ -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)
}