mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 22:29:10 +00:00
Everywhere: Move the Ladybird folder to UI
This commit is contained in:
parent
93712b24bf
commit
db47cc41f8
Notes:
github-actions[bot]
2024-11-10 11:51:45 +00:00
Author: https://github.com/trflynn89
Commit: db47cc41f8
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2256
Reviewed-by: https://github.com/sideshowbarker
203 changed files with 266 additions and 244 deletions
24
UI/Qt/CMakeLists.txt
Normal file
24
UI/Qt/CMakeLists.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
qt_add_executable(ladybird ${LADYBIRD_SOURCES})
|
||||
target_sources(ladybird PRIVATE
|
||||
Application.cpp
|
||||
AutoComplete.cpp
|
||||
BrowserWindow.cpp
|
||||
EventLoopImplementationQt.cpp
|
||||
EventLoopImplementationQtEventTarget.cpp
|
||||
FindInPageWidget.cpp
|
||||
Icon.cpp
|
||||
InspectorWidget.cpp
|
||||
LocationEdit.cpp
|
||||
Settings.cpp
|
||||
SettingsDialog.cpp
|
||||
Tab.cpp
|
||||
TabBar.cpp
|
||||
TaskManagerWindow.cpp
|
||||
TVGIconEngine.cpp
|
||||
StringUtils.cpp
|
||||
WebContentView.cpp
|
||||
ladybird.qrc
|
||||
main.cpp
|
||||
)
|
||||
target_link_libraries(ladybird PRIVATE Qt::Core Qt::Gui Qt::Network Qt::Widgets)
|
||||
create_ladybird_bundle(ladybird)
|
Loading…
Add table
Add a link
Reference in a new issue