Unbreak the build with ICC on Windows
qlogging.obj : error LNK2019: unresolved external symbol __fastfail referenced in function "void __cdecl qt_message_fatal(enum QtMsgType,class QMessageLogContext const &,class QString const &)" (?qt_message_fatal@@YAXW4QtMsgType@@AEBVQMessageLogContext@@AEBVQString@@@Z) Fixes: QTBUG-71868 Change-Id: I42a48bd64ccc41aebf84fffd156590a93fe9da53 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
127005d360
commit
2842088cb7
@ -1885,7 +1885,7 @@ static void qt_message_fatal(QtMsgType, const QMessageLogContext &context, const
|
||||
// [support.start.term]). So we bypass std::abort() and directly
|
||||
// terminate the application.
|
||||
|
||||
# ifdef Q_CC_MSVC
|
||||
# if defined(Q_CC_MSVC) && !defined(Q_CC_INTEL)
|
||||
if (IsProcessorFeaturePresent(PF_FASTFAIL_AVAILABLE))
|
||||
__fastfail(FAST_FAIL_FATAL_APP_EXIT);
|
||||
# else
|
||||
|
Loading…
Reference in New Issue
Block a user