mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 17:19:13 +00:00
UI: Remove outdated references to LADYBIRD_SOURCES
This list is no longer set.
This commit is contained in:
parent
3d630e676e
commit
fc4a7477a8
Notes:
github-actions[bot]
2025-06-10 16:06:26 +00:00
Author: https://github.com/trflynn89
Commit: fc4a7477a8
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5026
4 changed files with 1 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
|||
add_library(ladybird SHARED
|
||||
${LADYBIRD_SOURCES}
|
||||
src/main/cpp/LadybirdActivity.cpp
|
||||
src/main/cpp/WebViewImplementationNative.cpp
|
||||
src/main/cpp/WebViewImplementationNativeJNI.cpp
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
add_library(ladybird_impl STATIC
|
||||
${LADYBIRD_SOURCES}
|
||||
Application/Application.mm
|
||||
Application/ApplicationDelegate.mm
|
||||
Interface/Autocomplete.mm
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
set(SOURCES
|
||||
${LADYBIRD_SOURCES}
|
||||
Application.cpp
|
||||
Fixture.cpp
|
||||
HeadlessWebView.cpp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
qt_add_executable(ladybird ${LADYBIRD_SOURCES})
|
||||
qt_add_executable(ladybird main.cpp)
|
||||
target_sources(ladybird PRIVATE
|
||||
Application.cpp
|
||||
Autocomplete.cpp
|
||||
|
@ -13,7 +13,6 @@ target_sources(ladybird PRIVATE
|
|||
StringUtils.cpp
|
||||
WebContentView.cpp
|
||||
ladybird.qrc
|
||||
main.cpp
|
||||
)
|
||||
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