Fix Backtrace define error for Windows

This commit is contained in:
Joe 2021-07-07 00:26:03 -04:00
parent 4a9a35e717
commit 478c3b3e0b
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@
QQmlDebuggingEnabler enabler;
#endif
#if !defined(Q_OS_WINDOWS)
#if HAVE_BACKTRACE_SYMBOLS_FD
#include <csignal>
#include <execinfo.h>
@ -92,6 +93,7 @@ registerSignalHandlers()
std::signal(SIGABRT, &stacktraceHandler);
}
#endif
#else
// No implementation for systems with no stacktrace support.