Unbreak cross-compilation to ARM.

v8snapshot is not required to build V8

Change-Id: I75f728a1237acaac9d3a10a87673fb2b6dd2dc91
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Sergio Ahumada 2012-01-01 14:36:09 +01:00 committed by Qt by Nokia
parent 69a44f9cfc
commit dce0563b27

View File

@ -65,7 +65,7 @@ src_platformsupport.target = sub-platformsupport
src_declarative.depends += src_opengl
src_webkit.depends += src_opengl
}
src_v8.depends += src_tools_mkv8snapshot
contains(QT_CONFIG, v8snapshot):src_v8.depends += src_tools_mkv8snapshot
}