Skip to content

Commit 5751254

Browse files
Enable backtrace support for mingw builds too.
1 parent f88ceed commit 5751254

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

winconf.pri

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ CONFIG(debug, debug|release) {
4141
}
4242

4343
#Enable backtrace support
44-
win32-msvc* {
45-
CONFIG += strace_win
46-
}
44+
CONFIG += strace_win
4745

4846
strace_win:{
4947
DEFINES += STACKTRACE_WIN

0 commit comments

Comments
 (0)