Executing 'make install' did not build mkv8snapshot

During shadow-building it was noticed that executing make install
did not actually build mkv8snapshot and therefore caused an error.

Change-Id: I126cdbaffb85170e25412b93bc99af79ac6f4642
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
This commit is contained in:
Jyri Tahtela 2011-11-24 16:50:37 +10:00 committed by Qt by Nokia
parent 6b889f89dc
commit 2711230757
2 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,7 @@ src_platformsupport.target = sub-platformsupport
src_declarative.depends += src_opengl
src_webkit.depends += src_opengl
}
src_v8.depends += src_tools_mkv8snapshot
}

View File

@ -33,3 +33,6 @@ SOURCES += \
unix:LIBS += -lpthread
# We don't need to install this tool, it's only used for building v8.
# However we do have to make sure that 'make install' builds it.
dummytarget.CONFIG = dummy_install
INSTALLS += dummytarget