1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 04:07:34 +00:00

Meta: Port 78e1defbfe to gn build

This commit is contained in:
Andrew Kaster 2023-08-04 14:17:24 -06:00
parent 1453028975
commit 777fb44bb0
2 changed files with 4 additions and 0 deletions

View file

@ -14,6 +14,7 @@ moc_qt_objects("generate_moc") {
sources = [
"BrowserWindow.h",
"ConsoleWidget.h",
"EventLoopImplementationQtEventTarget.h",
"InspectorWidget.h",
"LocationEdit.h",
"ModelTranslator.h",
@ -81,6 +82,7 @@ executable("ladybird_executable") {
"BrowserWindow.cpp",
"ConsoleWidget.cpp",
"EventLoopImplementationQt.cpp",
"EventLoopImplementationQtEventTarget.cpp",
"HelperProcess.cpp",
"InspectorWidget.cpp",
"LocationEdit.cpp",