mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
Merge pull request #4888 from SeigneurSerpent/source_line
Stack trace for windows now contains source filenames and line numbers
This commit is contained in:
@@ -33,7 +33,11 @@ nogui {
|
||||
TARGET = qbittorrent
|
||||
}
|
||||
nowebui: DEFINES += DISABLE_WEBUI
|
||||
strace_win: DEFINES += STACKTRACE_WIN
|
||||
strace_win {
|
||||
DEFINES += STACKTRACE_WIN
|
||||
DEFINES += STACKTRACE_WIN_PROJECT_PATH=$$PWD
|
||||
DEFINES += STACKTRACE_WIN_MAKEFILE_PATH=$$OUT_PWD
|
||||
}
|
||||
QT += network xml
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user