From 7c3ec78e3ba58a6a6f47f51c70d207c01094b6ea Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Fri, 17 Jun 2011 00:59:38 +0300 Subject: [PATCH] Enabled version regeneration for Release builds together with Production --- version/version.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version/version.pro b/version/version.pro index 74ad7a9654..c78dde6898 100644 --- a/version/version.pro +++ b/version/version.pro @@ -21,8 +21,8 @@ win32 { versiontarget.depends = FORCE PRE_TARGETDEPS += $$VERSION_HEADER -# regenerate version only in production builds -CONFIG(production) { +# regenerate version only in release and production builds +CONFIG(production)|CONFIG(release) { QMAKE_EXTRA_TARGETS += versiontarget }