mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 01:06:03 +03:00
Don't force stacktrace with mingw
This commit is contained in:
parent
14808d2bef
commit
02c161be60
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,9 @@ CONFIG(debug, debug|release) {
|
|||
}
|
||||
|
||||
#Enable backtrace support
|
||||
CONFIG += strace_win
|
||||
win32-msvc* {
|
||||
CONFIG += strace_win
|
||||
}
|
||||
|
||||
strace_win:{
|
||||
DEFINES += STACKTRACE_WIN
|
||||
|
|
Loading…
Reference in a new issue