aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qml/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qml/main.cpp')
-rw-r--r--tools/qml/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/main.cpp b/tools/qml/main.cpp
index a1b3a6b856..804e907cc0 100644
--- a/tools/qml/main.cpp
+++ b/tools/qml/main.cpp
@@ -189,7 +189,7 @@ void quietMessageHandler(QtMsgType type, const QMessageLogContext &ctxt, const Q
//Doesn't print anything
switch (type) {
case QtFatalMsg:
- abort();
+ exit(-1);
case QtCriticalMsg:
case QtDebugMsg:
case QtWarningMsg: