Fix crashes in tst_qquickcanvasitem with older Ubuntu toolchains
authorSimon Hausmann <simon.hausmann@digia.com>
Mon, 22 Jul 2013 08:45:20 +0000 (10:45 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 22 Jul 2013 14:13:28 +0000 (16:13 +0200)
commite1b6513df584ad48fa92e383fd16e08293081bb9
tree75b21f22a6ededee464cd2753c4e01df18d0c9f9
parent3a6f5735ee723ff998114314c5ccdf6609667f6f
Fix crashes in tst_qquickcanvasitem with older Ubuntu toolchains

Older versions appear to be much more sensitive to missing
unwind tables, and as it turns out: We were compiling QtQuick (not QtQml)
with -fno-exceptions.

Since the entire module has access to the private V4 API and may therefore
be subject to exception traversal, make sure to compile the entire module
with CONFIG += exceptions.

Change-Id: If2d029879392c22af7da2f1bba94366d51518226
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
.qmake.conf
src/imports/localstorage/localstorage.pro