Merge pull request #821 from Gelmir/nostrace_mingw

Don't force stacktrace with mingw
This commit is contained in:
sledgehammer999 2013-07-28 10:15:50 -07:00
commit 224772f4c2

View File

@ -41,7 +41,9 @@ CONFIG(debug, debug|release) {
}
#Enable backtrace support
CONFIG += strace_win
win32-msvc* {
CONFIG += strace_win
}
strace_win:{
DEFINES += STACKTRACE_WIN