Skip to content

Commit

Permalink
Fixing build for Win when no version
Browse files Browse the repository at this point in the history
  • Loading branch information
francescmm committed Aug 28, 2021
1 parent 9b34a68 commit c4faffb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GitQlient.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c4faffb

Please sign in to comment.