mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:17:44 +00:00
MailSettings: Migrate to using SettingsWindow :^)
This commit is contained in:
parent
23341f35cb
commit
fca7924437
6 changed files with 84 additions and 131 deletions
|
@ -4,13 +4,13 @@ serenity_component(
|
|||
TARGETS MailSettings
|
||||
)
|
||||
|
||||
compile_gml(MailSettingsWindow.gml MailSettingsWindowGML.h mail_settings_window_gml)
|
||||
compile_gml(MailSettingsWidget.gml MailSettingsWidgetGML.h mail_settings_widget_gml)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
MailSettingsWindow.cpp
|
||||
MailSettingsWindow.h
|
||||
MailSettingsWindowGML.h
|
||||
MailSettingsWidget.cpp
|
||||
MailSettingsWidget.h
|
||||
MailSettingsWidgetGML.h
|
||||
)
|
||||
|
||||
serenity_app(MailSettings ICON app-mail)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue