mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Enable backtrace support by default on Windows.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user