mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
TextEditor: Use LibConfig instead of Core::ConfigFile
This commit is contained in:
parent
3114fe612c
commit
0cd4b8cbb7
Notes:
sideshowbarker
2024-07-18 05:17:00 +09:00
Author: https://github.com/awesomekling
Commit: 0cd4b8cbb7
4 changed files with 11 additions and 31 deletions
|
@ -15,4 +15,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(TextEditor ICON app-text-editor)
|
||||
target_link_libraries(TextEditor LibWeb LibMarkdown LibGUI LibShell LibRegex LibDesktop LibCpp LibJS LibSQL LibFileSystemAccessClient)
|
||||
target_link_libraries(TextEditor LibWeb LibMarkdown LibGUI LibShell LibRegex LibDesktop LibCpp LibJS LibSQL LibFileSystemAccessClient LibConfig)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue