mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
parent
fa8b64d59a
commit
de97497d26
Notes:
sideshowbarker
2024-07-16 23:34:44 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/de97497d26 Pull-request: https://github.com/SerenityOS/serenity/pull/23808
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,7 @@ moc_qt_objects("generate_moc") {
|
|||
"Qt/LocationEdit.h",
|
||||
"Qt/SettingsDialog.h",
|
||||
"Qt/Tab.h",
|
||||
"Qt/TaskManagerWindow.h",
|
||||
"Qt/WebContentView.h",
|
||||
]
|
||||
}
|
||||
|
@ -95,6 +96,7 @@ executable("ladybird_executable") {
|
|||
"Qt/StringUtils.cpp",
|
||||
"Qt/TVGIconEngine.cpp",
|
||||
"Qt/Tab.cpp",
|
||||
"Qt/TaskManagerWindow.cpp",
|
||||
"Qt/WebContentView.cpp",
|
||||
"Qt/main.cpp",
|
||||
]
|
||||
|
@ -212,6 +214,7 @@ fonts = [
|
|||
|
||||
icons_16x16 = [
|
||||
"//Base/res/icons/16x16/app-browser.png",
|
||||
"//Base/res/icons/16x16/app-system-monitor.png",
|
||||
"//Base/res/icons/16x16/audio-volume-high.png",
|
||||
"//Base/res/icons/16x16/audio-volume-muted.png",
|
||||
"//Base/res/icons/16x16/close-tab.png",
|
||||
|
@ -243,6 +246,7 @@ icons_16x16 = [
|
|||
|
||||
icons_32x32 = [
|
||||
"//Base/res/icons/32x32/app-browser.png",
|
||||
"//Base/res/icons/32x32/app-system-monitor.png",
|
||||
"//Base/res/icons/32x32/filetype-folder.png",
|
||||
"//Base/res/icons/32x32/filetype-unknown.png",
|
||||
"//Base/res/icons/32x32/msgbox-warning.png",
|
||||
|
|
Loading…
Add table
Reference in a new issue