From 12a0c3a977ffaeaa1c634ff69f09f9459e8d002f Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Fri, 1 Oct 2021 15:44:21 -0700 Subject: [PATCH] cmake: we no longer use Qt multimedia --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 81e962b2e..2607c7bf1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,6 @@ find_package(Qt5 5.6 REQUIRED Core Gui Widgets - Multimedia OpenGL Svg LinguistTools @@ -96,7 +95,6 @@ list(APPEND OLIVE_LIBRARIES Qt5::Core Qt5::Gui Qt5::Widgets - Qt5::Multimedia Qt5::OpenGL Qt5::Svg Qt5::Concurrent