forked from organicmaps/organicmaps
Fixed compilation for non-production builds if version.hpp wasn't created
This commit is contained in:
parent
22c440b054
commit
caae3eaffc
1 changed files with 5 additions and 1 deletions
|
@ -25,10 +25,14 @@ PRE_TARGETDEPS += $$VERSION_HEADER
|
|||
CONFIG(production) {
|
||||
QMAKE_EXTRA_TARGETS += versiontarget
|
||||
}
|
||||
# also regenerate if file doesn't exist
|
||||
!exists( $$VERSION_HEADER ) {
|
||||
QMAKE_EXTRA_TARGETS += versiontarget
|
||||
}
|
||||
|
||||
HEADERS += \
|
||||
version.hpp \
|
||||
ver_serialization.hpp \
|
||||
|
||||
|
||||
SOURCES += \
|
||||
empty_stub.cpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue