Fixed version regeneration for debug builds

This commit is contained in:
Alex Zolotarev 2011-06-19 12:41:34 +03:00 committed by Alex Zolotarev
parent e21fb6cb91
commit c2cd25a23d

View file

@ -22,7 +22,7 @@ versiontarget.depends = FORCE
PRE_TARGETDEPS += $$VERSION_HEADER
# regenerate version only in release and production builds
CONFIG(production)|CONFIG(release) {
CONFIG(release, debug|release)|CONFIG(production) {
QMAKE_EXTRA_TARGETS += versiontarget
}