mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:07:47 +00:00
ThemeEditor: Use LibMain
Use the new serenity_main construct and TRY in ThemeEditor.
This commit is contained in:
parent
c91eebfbaa
commit
5217202737
2 changed files with 34 additions and 50 deletions
|
@ -12,4 +12,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(ThemeEditor ICON app-theme-editor)
|
||||
target_link_libraries(ThemeEditor LibGUI LibFileSystemAccessClient)
|
||||
target_link_libraries(ThemeEditor LibGUI LibFileSystemAccessClient LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue