Move stacktrace dialog to gui folder

This commit is contained in:
Chocobo1
2022-05-01 13:55:30 +08:00
parent a1903e5d67
commit d69e6bb7aa
8 changed files with 20 additions and 22 deletions

View File

@@ -23,12 +23,7 @@ stacktrace {
unix {
HEADERS += $$PWD/stacktrace.h
}
else {
win32 {
HEADERS += $$PWD/stacktrace_win.h
!nogui {
HEADERS += $$PWD/stacktracedialog.h
SOURCES += $$PWD/stacktracedialog.cpp
FORMS += $$PWD/stacktracedialog.ui
}
}
}