mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Enable backtrace support for mingw builds too.
This commit is contained in:
parent
f88ceed2b6
commit
575125485e
1 changed files with 1 additions and 3 deletions
|
@ -41,9 +41,7 @@ CONFIG(debug, debug|release) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#Enable backtrace support
|
#Enable backtrace support
|
||||||
win32-msvc* {
|
CONFIG += strace_win
|
||||||
CONFIG += strace_win
|
|
||||||
}
|
|
||||||
|
|
||||||
strace_win:{
|
strace_win:{
|
||||||
DEFINES += STACKTRACE_WIN
|
DEFINES += STACKTRACE_WIN
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue