mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-01 02:48:05 +01:00
fix git revision detection
This commit is contained in:
parent
5226f5395e
commit
8eada7eaa3
@ -20,7 +20,7 @@ DISTFILES += ../../resources/scripts/uncrustify/uncrustify.cfg
|
||||
CODECFORTR = UTF-8
|
||||
CODECFORSRC = UTF-8
|
||||
|
||||
exists(.git) {
|
||||
exists($PWD/../../.git) {
|
||||
APP_REVISION = $$system(git rev-parse --short HEAD)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user