From a2d51e82dfd7fcb3b96318add89de0f7659796a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ty=C3=A1s=20Mustoha?= Date: Wed, 9 Oct 2024 17:10:44 +0200 Subject: [PATCH] fixup! fixup! fixup! fixup! Show version info in the file properties on Windows --- src/app/install.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/install.pri b/src/app/install.pri index 7edf45d93..0c221aafb 100644 --- a/src/app/install.pri +++ b/src/app/install.pri @@ -56,7 +56,7 @@ win32 { VERSION_STR = $${GIT_REVISION} VERSION_STR ~= s|^alpha([0-9]+?)-([0-9]+?)-.+|0.\1.\2| - message("VERSION_STR", $${GIT_REVISION}, "->", $${VERSION_STR}) + message("VERSION_STR: $${GIT_REVISION} -> $${VERSION_STR}") # VERSION = $$VERSION_STR target.path = $${INSTALL_BINDIR}