1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:37:46 +00:00

Ladybird: Rename FontPluginQt -> Ladybird as it is unrelated to Qt now

The Qt relationship was removed in de31a8a4, so let's acknowledge that
and make it clearer to potential non-Qt ports that this file is usable
by them :^).
This commit is contained in:
Andrew Kaster 2023-07-31 17:52:36 -06:00 committed by Andreas Kling
parent 6ba38494c5
commit b6d60980bb
5 changed files with 15 additions and 15 deletions

View file

@ -47,7 +47,7 @@ executable("WebContent") {
"../AudioCodecPluginLadybird.cpp",
"../AudioThread.cpp",
"../EventLoopImplementationQt.cpp",
"../FontPluginQt.cpp",
"../FontPluginLadybird.cpp",
"../ImageCodecPluginLadybird.cpp",
"../RequestManagerQt.cpp",
"../Utilities.cpp",