mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Don't force stacktrace with mingw
This commit is contained in:
parent
a7056f5a66
commit
e3ea8b0213
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,9 @@ CONFIG(debug, debug|release) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#Enable backtrace support
|
#Enable backtrace support
|
||||||
CONFIG += strace_win
|
win32-msvc* {
|
||||||
|
CONFIG += strace_win
|
||||||
|
}
|
||||||
|
|
||||||
strace_win:{
|
strace_win:{
|
||||||
DEFINES += STACKTRACE_WIN
|
DEFINES += STACKTRACE_WIN
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue