Move Windows backtrace functionality to the windows specific *.pri files.

This commit is contained in:
sledgehammer999 2013-03-03 00:52:51 +02:00
commit 1f0d4ce871
4 changed files with 33 additions and 35 deletions

View file

@ -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)
}