Disabled version regeneration for debug builds

This commit is contained in:
Alex Zolotarev 2011-02-07 17:01:15 +02:00 committed by Alex Zolotarev
parent dd873a40c6
commit 7676597f28

View file

@ -21,6 +21,9 @@ win32 {
versiontarget.depends = FORCE
PRE_TARGETDEPS += $$VERSION_HEADER
QMAKE_EXTRA_TARGETS += versiontarget
# regenerate version only in release builds
CONFIG(release, debug|release) {
QMAKE_EXTRA_TARGETS += versiontarget
}
SOURCES += empty_stub.cpp