mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
Meta: Port 78e1defbfe
to gn build
This commit is contained in:
parent
1453028975
commit
777fb44bb0
2 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,7 @@ moc_qt_objects("generate_moc") {
|
||||||
sources = [
|
sources = [
|
||||||
"BrowserWindow.h",
|
"BrowserWindow.h",
|
||||||
"ConsoleWidget.h",
|
"ConsoleWidget.h",
|
||||||
|
"EventLoopImplementationQtEventTarget.h",
|
||||||
"InspectorWidget.h",
|
"InspectorWidget.h",
|
||||||
"LocationEdit.h",
|
"LocationEdit.h",
|
||||||
"ModelTranslator.h",
|
"ModelTranslator.h",
|
||||||
|
@ -81,6 +82,7 @@ executable("ladybird_executable") {
|
||||||
"BrowserWindow.cpp",
|
"BrowserWindow.cpp",
|
||||||
"ConsoleWidget.cpp",
|
"ConsoleWidget.cpp",
|
||||||
"EventLoopImplementationQt.cpp",
|
"EventLoopImplementationQt.cpp",
|
||||||
|
"EventLoopImplementationQtEventTarget.cpp",
|
||||||
"HelperProcess.cpp",
|
"HelperProcess.cpp",
|
||||||
"InspectorWidget.cpp",
|
"InspectorWidget.cpp",
|
||||||
"LocationEdit.cpp",
|
"LocationEdit.cpp",
|
||||||
|
|
|
@ -5,6 +5,7 @@ moc_qt_objects("generate_moc") {
|
||||||
sources = [
|
sources = [
|
||||||
"//Ladybird/AudioCodecPluginQt.h",
|
"//Ladybird/AudioCodecPluginQt.h",
|
||||||
"//Ladybird/AudioThread.h",
|
"//Ladybird/AudioThread.h",
|
||||||
|
"//Ladybird/EventLoopImplementationQtEventTarget.h",
|
||||||
"//Ladybird/RequestManagerQt.h",
|
"//Ladybird/RequestManagerQt.h",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -48,6 +49,7 @@ executable("WebContent") {
|
||||||
"../AudioCodecPluginQt.cpp",
|
"../AudioCodecPluginQt.cpp",
|
||||||
"../AudioThread.cpp",
|
"../AudioThread.cpp",
|
||||||
"../EventLoopImplementationQt.cpp",
|
"../EventLoopImplementationQt.cpp",
|
||||||
|
"../EventLoopImplementationQtEventTarget.cpp",
|
||||||
"../FontPlugin.cpp",
|
"../FontPlugin.cpp",
|
||||||
"../HelperProcess.cpp",
|
"../HelperProcess.cpp",
|
||||||
"../ImageCodecPlugin.cpp",
|
"../ImageCodecPlugin.cpp",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue