forked from organicmaps/organicmaps
Disabled version regeneration for debug builds
This commit is contained in:
parent
dd873a40c6
commit
7676597f28
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue