Update CMakeLists.txt

This commit is contained in:
rating89us 2021-12-12 06:05:59 +01:00 committed by GitHub
parent 5e26b050e9
commit 5bcaaefb37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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