mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
Move Windows backtrace functionality to the windows specific *.pri files.
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
strace_win:{
|
||||
contains(QMAKE_HOST.arch, x86):{
|
||||
# i686 arch requires frame pointer preservation
|
||||
QMAKE_CXXFLAGS_RELEASE += -Oy-
|
||||
QMAKE_CXXFLAGS_DEBUG += -Oy-
|
||||
}
|
||||
release:{
|
||||
QMAKE_CXXFLAGS_RELEASE += -Zi
|
||||
QMAKE_LFLAGS += "/DEBUG"
|
||||
}
|
||||
LIBS += dbghelp.lib
|
||||
}
|
||||
|
||||
RC_FILE = qbittorrent.rc
|
||||
|
||||
# Enable Wide characters
|
||||
|
||||
Reference in New Issue
Block a user