mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
UI/Qt: Migrate to LibWebView's autocomplete engine
As a result, we now no longer depend on Qt::Network.
This commit is contained in:
parent
a87c264088
commit
60dd5cc4ef
Notes:
github-actions[bot]
2025-04-02 12:53:43 +00:00
Author: https://github.com/trflynn89
Commit: 60dd5cc4ef
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4156
13 changed files with 100 additions and 371 deletions
|
|
@ -1,7 +1,7 @@
|
|||
qt_add_executable(ladybird ${LADYBIRD_SOURCES})
|
||||
target_sources(ladybird PRIVATE
|
||||
Application.cpp
|
||||
AutoComplete.cpp
|
||||
Autocomplete.cpp
|
||||
BrowserWindow.cpp
|
||||
FindInPageWidget.cpp
|
||||
Icon.cpp
|
||||
|
|
@ -16,5 +16,5 @@ target_sources(ladybird PRIVATE
|
|||
ladybird.qrc
|
||||
main.cpp
|
||||
)
|
||||
target_link_libraries(ladybird PRIVATE Qt::Core Qt::Gui Qt::Network Qt::Widgets)
|
||||
target_link_libraries(ladybird PRIVATE Qt::Core Qt::Gui Qt::Widgets)
|
||||
create_ladybird_bundle(ladybird)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue