From 2a071a7067d1f3bb13edb3e9b8ff7323f2afe9ae Mon Sep 17 00:00:00 2001 From: Wissididom <30803034+Wissididom@users.noreply.github.com> Date: Sun, 29 Jan 2023 16:28:01 +0100 Subject: [PATCH] Remove Qt::Multimedia as a dependency from CMakeLists.txt (#4339) * Remove Multimedia required in find_package * Remove Multimedia from src/CMakeLists.txt --- CMakeLists.txt | 1 - src/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 53c0294f..27c434bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,6 @@ find_package(Qt${MAJOR_QT_VERSION} REQUIRED Widgets Gui Network - Multimedia Svg Concurrent ) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 64c2764f..2d2105dc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -603,7 +603,6 @@ target_link_libraries(${LIBRARY_PROJECT} Qt${MAJOR_QT_VERSION}::Widgets Qt${MAJOR_QT_VERSION}::Gui Qt${MAJOR_QT_VERSION}::Network - Qt${MAJOR_QT_VERSION}::Multimedia Qt${MAJOR_QT_VERSION}::Svg Qt${MAJOR_QT_VERSION}::Concurrent