Make v8 snapshots work in debug-and-release mode
authorKent Hansen <kent.hansen@nokia.com>
Thu, 24 Nov 2011 07:01:08 +0000 (08:01 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 24 Nov 2011 15:46:15 +0000 (16:46 +0100)
commit502b5b81784bd683b0571b1d72e76b3d786b98e1
tree7fcd013623bd015498b6eaea36caabf974ae95c7
parent722cbfe7384aa5692af4c3f03b562082fadcb93c
Make v8 snapshots work in debug-and-release mode

Debug snapshots and release snapshots aren't compatible. Both a
debug version and release version of the mkv8snapshot tool must be
built, and the corresponding executable selected when building v8.

Adopt the library naming convention for naming the mkv8snapshot
executable ("mkv8snapshot" in release, "mkv8snapshot_debug" in debug
on Mac, "mkv8snapshotd" in debug on Windows).

Change-Id: I7a94b09e7db7ed8bbaa293637c092a1d1d1dbaba
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
mkspecs/features/qt_functions.prf
src/tools/mkv8snapshot/mkv8snapshot.pro
src/v8/v8.pro