Fixed compilation for non-production builds if version.hpp wasn't created

This commit is contained in:
Alex Zolotarev 2012-03-17 06:19:02 +03:00 committed by Alex Zolotarev
parent 22c440b054
commit caae3eaffc

View file

@ -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 \