mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:47:35 +00:00
CrashReporter: Port to LibMain and use TRY() while building the UI :^)
This commit is contained in:
parent
2511da1f57
commit
01228bf4ef
2 changed files with 75 additions and 101 deletions
|
@ -13,4 +13,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(CrashReporter ICON app-crash-reporter)
|
||||
target_link_libraries(CrashReporter LibCore LibCoredump LibDesktop LibGUI)
|
||||
target_link_libraries(CrashReporter LibCore LibCoredump LibDesktop LibGUI LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue