Temporarily disable libunwind exception throwing on Mac
authorSimon Hausmann <simon.hausmann@digia.com>
Wed, 2 Oct 2013 18:43:25 +0000 (20:43 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 3 Oct 2013 07:24:51 +0000 (09:24 +0200)
commit81fb6412cefc9245205478ecfb99fb7314bcff96
treede2dbec01cd56bf39e8672efe7d27995119fc4b3
parent73dcd10dd060c6cc48f4def1c9cc39ca198acf6c
Temporarily disable libunwind exception throwing on Mac

The run-time appears to have a slightly different behaviour wrt exception
ownership. We don't strictly need this code path on Mac, so use regular C++
exceptions until I can figure out what happens there.

Change-Id: Idd540c8656d25ffdb4002843f398114881e33214
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/jsruntime/jsruntime.pri
src/qml/jsruntime/qv4stacktrace.cpp