diff --git a/GitQlient.pro b/GitQlient.pro index 874e4b39..a27dfa06 100644 --- a/GitQlient.pro +++ b/GitQlient.pro @@ -56,8 +56,12 @@ OTHER_FILES += \ isEmpty(VERSION) { +win32 { + VERSION = 0.0 +} else { VERSION = $$system(git rev-parse --short HEAD) } +} GQ_SHA = $$system(git rev-parse --short HEAD)