Commit 6752b6fe authored by Sérgio Martins's avatar Sérgio Martins Committed by The Qt Project
Browse files

Fix WinCE build.


Change-Id: Ie0536ad94f88efe1e54226ed7f1d9e1042ffcc19
Reviewed-by: default avatarLars Knoll <lars.knoll@digia.com>
parent 36ab6e01
Branches
Tags v5.2.0-alpha1
No related merge requests found
Showing with 2 additions and 2 deletions
...@@ -140,7 +140,7 @@ valgrind { ...@@ -140,7 +140,7 @@ valgrind {
ios: DEFINES += ENABLE_ASSEMBLER_WX_EXCLUSIVE=1 ios: DEFINES += ENABLE_ASSEMBLER_WX_EXCLUSIVE=1
win32 { win32:!wince* {
LIBS_PRIVATE += -lDbgHelp LIBS_PRIVATE += -lDbgHelp
} }
......
...@@ -189,7 +189,7 @@ void quietMessageHandler(QtMsgType type, const QMessageLogContext &ctxt, const Q ...@@ -189,7 +189,7 @@ void quietMessageHandler(QtMsgType type, const QMessageLogContext &ctxt, const Q
//Doesn't print anything //Doesn't print anything
switch (type) { switch (type) {
case QtFatalMsg: case QtFatalMsg:
abort(); exit(-1);
case QtCriticalMsg: case QtCriticalMsg:
case QtDebugMsg: case QtDebugMsg:
case QtWarningMsg: case QtWarningMsg:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment