summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
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 <csignal> #include <execinfo.h> @@ -92,6 +93,7 @@ registerSignalHandlers() std::signal(SIGABRT, &stacktraceHandler); } +#endif #else // No implementation for systems with no stacktrace support.