1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:57:36 +00:00

MailSettings: Use LibConfig instead of Core::ConfigFile

This also tightens the pledges.
This commit is contained in:
Luke Wilde 2021-08-28 15:04:51 +01:00 committed by Andreas Kling
parent 173ba4e19b
commit 9e6d8f7c25
4 changed files with 15 additions and 30 deletions

View file

@ -14,4 +14,4 @@ set(SOURCES
)
serenity_app(MailSettings ICON app-mail)
target_link_libraries(MailSettings LibGUI)
target_link_libraries(MailSettings LibConfig LibGUI)