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()