aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-05-09 21:38:12 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-14 10:12:24 +0200
commita1151929fffc765e128d72d170342020b34dd0b3 (patch)
tree031787f6d422aac80688315dcf67d118077db1ea /src/qml/qml.pro
parent35dd4cbd3d09fbcc11804995b65dd8dea03da5ee (diff)
Explicitly enable exceptions for QtQml
QtQml uses a try/catch statement in one place to safeguard QList resizing. Since this can be called from the JS side, it needs to be safeguarded. Long term we should find a different way of handling this then using exceptions in one place. Change-Id: I51864d1b7ab468dd190c48e7a47c852ce35d40f1 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/qml/qml.pro')
-rw-r--r--src/qml/qml.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml.pro b/src/qml/qml.pro
index acafb9f6a3..283732a3b6 100644
--- a/src/qml/qml.pro
+++ b/src/qml/qml.pro
@@ -3,7 +3,7 @@ load(qt_module)
TARGET = QtQml
QPRO_PWD = $$PWD
-CONFIG += module
+CONFIG += module exceptions
MODULE_PRI += ../../modules/qt_qml.pri
QT = core-private network v8-private