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:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user