Qt: Mark QtMultimedia as optional

This commit is contained in:
Vicki Pfau 2023-05-03 01:44:56 -07:00
parent 74a72a5c07
commit 2b8bb4baf7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(QT_LIBRARIES)
find_package(Qt5 COMPONENTS Core Widgets Network Multimedia)
find_package(Qt5 COMPONENTS Core Widgets Network OPTIONAL_COMPONENTS Multimedia)
set(QT Qt5)
if(NOT BUILD_GL AND NOT BUILD_GLES2 AND NOT BUILD_GLES3)