1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:47: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

@ -5,6 +5,7 @@ moc_qt_objects("generate_moc") {
sources = [
"//Ladybird/AudioCodecPluginQt.h",
"//Ladybird/AudioThread.h",
"//Ladybird/EventLoopImplementationQtEventTarget.h",
"//Ladybird/RequestManagerQt.h",
]
}
@ -48,6 +49,7 @@ executable("WebContent") {
"../AudioCodecPluginQt.cpp",
"../AudioThread.cpp",
"../EventLoopImplementationQt.cpp",
"../EventLoopImplementationQtEventTarget.cpp",
"../FontPlugin.cpp",
"../HelperProcess.cpp",
"../ImageCodecPlugin.cpp",