1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

Enable backtrace support by default on Windows.

This commit is contained in:
sledgehammer999 2013-03-03 01:38:14 +02:00
parent eb0d1748c3
commit c5b5241964

View File

@ -36,6 +36,9 @@ CONFIG(debug, debug|release) {
DEFINES += NDEBUG
}
#Enable backtrace support
CONFIG += strace_win
strace_win:{
DEFINES += STACKTRACE_WIN
FORMS += stacktrace_win_dlg.ui