diff --git a/flameshot.pro b/flameshot.pro index 585de50a..6a650edb 100644 --- a/flameshot.pro +++ b/flameshot.pro @@ -4,8 +4,8 @@ # #------------------------------------------------- -APP_VERSION = $$system(git --git-dir $$PWD/.git --work-tree $$PWD describe --always --tags) -DEFINES += APP_VERSION +TAG_VERSION = $$system(git --git-dir $$PWD/.git --work-tree $$PWD describe --always --tags) +DEFINES += APP_VERSION=\\\"$$TAG_VERSION\\\" QT += core gui