From 5bcaaefb37f2fa470c7a6bf5162ef18819f2c92f Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Sun, 12 Dec 2021 06:05:59 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f8b2da9..f8852337 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -146,6 +146,10 @@ if(WITH_SCANNER) list(APPEND QT5_LIBRARIES Qt5Multimedia) endif() +if(UNIX) + list(APPEND QT5_LIBRARIES Qt5Multimedia) +endif() + if(APPLE) list(APPEND QT5_LIBRARIES Qt5MacExtras) endif()