Meta: Do not link QtSvg in the GN build

We haven't used QtSvg in some time, we now use TVG files for icons.
This commit is contained in:
Timothy Flynn 2024-05-29 17:07:35 -04:00 committed by Tim Flynn
parent 1d81cfe168
commit 31cd3124cc
Notes: sideshowbarker 2024-07-17 21:16:31 +09:00

View File

@ -38,7 +38,6 @@ link_qt("ladybird_qt_components") {
"Gui",
"Widgets",
"Network",
"Svg",
]
}