mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 16:58:58 +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,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