Disable snapshots
authorKent Hansen <kent.hansen@nokia.com>
Fri, 9 Mar 2012 19:37:23 +0000 (20:37 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 9 Mar 2012 19:47:50 +0000 (20:47 +0100)
commit9a006574a7036d0d47b359dcf2598860ddbfa399
tree86ddee53cb19080af32dd13a879613a8b98fe470
parent0b1bc97509c34881b1ee2f3bc7283a5772be9a44
Disable snapshots

Back when v8 lived in qtbase, "cross_compile" would evaluate to
true when cross-compiling. But now, inside the qtjsbackend module,
"cross_compile" seems to evaluate to false always, which means
that snapshots are erroneously turned on when building for arm
(snapshots can't be built for arm due to QTBUG-23447).

Disable snapshots until the cause of this issue has been found.

Change-Id: If0c87ec82bf41e32bf4974b10028dcb7fa42b328
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
src/tools/tools.pro
src/v8/v8.pro