mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 21:14:33 +00:00
Merge pull request #821 from Gelmir/nostrace_mingw
Don't force stacktrace with mingw
This commit is contained in:
commit
224772f4c2
@ -41,7 +41,9 @@ 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…
x
Reference in New Issue
Block a user