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

@@ -221,6 +221,16 @@ if (DBUS)
)
endif()
if (STACKTRACE)
qt_wrap_ui(STACKTRACE_UI_HEADERS stacktracedialog.ui)
target_sources(qbt_gui PRIVATE
stacktracedialog.h
stacktracedialog.cpp
${STACKTRACE_UI_HEADERS}
)
endif()
if ((CMAKE_SYSTEM_NAME STREQUAL "Windows") OR (CMAKE_SYSTEM_NAME STREQUAL "Darwin"))
target_sources(qbt_gui PRIVATE
programupdater.h