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

Browser+BrowserSettings: Migrate to LibWebView for search engines

This commit is contained in:
Timothy Flynn 2023-10-19 15:52:06 -04:00 committed by Tim Flynn
parent b770ed03ac
commit e8d921820a
6 changed files with 65 additions and 92 deletions

View file

@ -22,4 +22,4 @@ set(GENERATED_SOURCES
)
serenity_app(BrowserSettings ICON app-browser)
target_link_libraries(BrowserSettings PRIVATE LibCore LibGfx LibGUI LibConfig LibMain)
target_link_libraries(BrowserSettings PRIVATE LibCore LibGfx LibGUI LibConfig LibMain LibWebView)