aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-10-30 10:08:28 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-30 12:16:25 +0100
commit0a3e9a41b1dbf7635865e3a9788075e11e5fc74b (patch)
tree3c70df87b181baadc0e8957dd95b9a9dc4b2608c /tools
parent64eadc4aab0880d846067d76b12cc92cf406f3ec (diff)
Remove the last C++ exceptions from QtQml
Also clean up and compile the repository with exceptions disabled again. Change-Id: I653ae89353284b2f4ab884384f8ea6a5d100785d Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/qmljs/qmljs.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/qmljs/qmljs.pro b/tools/qmljs/qmljs.pro
index c67bb9caaf..3f984951f3 100644
--- a/tools/qmljs/qmljs.pro
+++ b/tools/qmljs/qmljs.pro
@@ -4,6 +4,4 @@ SOURCES = main.cpp
include($$PWD/../../src/3rdparty/masm/masm-defs.pri)
-CONFIG += exceptions
-
load(qt_tool)