mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Enable backtrace support by default on Windows.
This commit is contained in:
parent
eb0d1748c3
commit
c5b5241964
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue