1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 12:34:19 +00:00

Don't force stacktrace with mingw

This commit is contained in:
Nick Tiskov 2013-07-28 20:31:01 +04:00
parent 14808d2bef
commit 02c161be60

View File

@ -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