aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/jsruntime.pri
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-10-02 20:43:25 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-03 09:24:51 +0200
commit81fb6412cefc9245205478ecfb99fb7314bcff96 (patch)
treede2dbec01cd56bf39e8672efe7d27995119fc4b3 /src/qml/jsruntime/jsruntime.pri
parent73dcd10dd060c6cc48f4def1c9cc39ca198acf6c (diff)
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>
Diffstat (limited to 'src/qml/jsruntime/jsruntime.pri')
-rw-r--r--src/qml/jsruntime/jsruntime.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/jsruntime.pri b/src/qml/jsruntime/jsruntime.pri
index d5c29e8966..14701feeb5 100644
--- a/src/qml/jsruntime/jsruntime.pri
+++ b/src/qml/jsruntime/jsruntime.pri
@@ -110,7 +110,7 @@ linux*|mac {
LIBS += -ldl
}
-!win32:!ios {
+!win32:!ios:!mac {
*g++*:equals(QT_ARCH, "arm") {
static_libgcc = $$system($$QMAKE_CXX -print-file-name=libgcc.a)
LIBS += $$static_libgcc