cmake: remove qt svg dependency

This was initially here so we could support SVG later on, but it seems like there are superior libraries out there
This commit is contained in:
itsmattkc
2022-09-01 12:53:11 -07:00
parent 31eac52ecd
commit cdadb6a030
-2
View File
@@ -100,7 +100,6 @@ set(QT_LIBRARIES
Gui
Widgets
OpenGL
Svg
LinguistTools
Concurrent
)
@@ -121,7 +120,6 @@ list(APPEND OLIVE_LIBRARIES
Qt5::Gui
Qt5::Widgets
Qt5::OpenGL
Qt5::Svg
Qt5::Concurrent
)