mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
Move Windows backtrace functionality to the windows specific *.pri files.
This commit is contained in:
parent
da3406b811
commit
1f0d4ce871
4 changed files with 33 additions and 35 deletions
|
@ -36,6 +36,13 @@ CONFIG(debug, debug|release) {
|
|||
DEFINES += NDEBUG
|
||||
}
|
||||
|
||||
strace_win:{
|
||||
DEFINES += STACKTRACE_WIN
|
||||
FORMS += stacktrace_win_dlg.ui
|
||||
HEADERS += stacktrace_win.h \
|
||||
stacktrace_win_dlg.h
|
||||
}
|
||||
|
||||
win32-g++ {
|
||||
include(winconf-mingw.pri)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue