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:
parent
eb0d1748c3
commit
c5b5241964
@ -36,6 +36,9 @@ CONFIG(debug, debug|release) {
|
|||||||
DEFINES += NDEBUG
|
DEFINES += NDEBUG
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#Enable backtrace support
|
||||||
|
CONFIG += strace_win
|
||||||
|
|
||||||
strace_win:{
|
strace_win:{
|
||||||
DEFINES += STACKTRACE_WIN
|
DEFINES += STACKTRACE_WIN
|
||||||
FORMS += stacktrace_win_dlg.ui
|
FORMS += stacktrace_win_dlg.ui
|
||||||
|
Loading…
Reference in New Issue
Block a user