diff --git a/src/main.cpp b/src/main.cpp index 29e93d49..bb6f946b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -40,6 +40,7 @@ QQmlDebuggingEnabler enabler; #endif +#if !defined(Q_OS_WINDOWS) #if HAVE_BACKTRACE_SYMBOLS_FD #include #include @@ -92,6 +93,7 @@ registerSignalHandlers() std::signal(SIGABRT, &stacktraceHandler); } +#endif #else // No implementation for systems with no stacktrace support.