From 6752b6fef66f24e326a2a58138de73d24809bc4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Martins?= Date: Wed, 25 Sep 2013 17:11:34 +0100 Subject: Fix WinCE build. Change-Id: Ie0536ad94f88efe1e54226ed7f1d9e1042ffcc19 Reviewed-by: Lars Knoll --- tools/qml/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/qml') 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: -- cgit v1.2.3