From cdadb6a03079ac9548d2c9e51049831fb82f2bee Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Thu, 1 Sep 2022 12:53:11 -0700 Subject: [PATCH] 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 --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1206118dd..61f4adef4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )