@ -71,7 +71,7 @@ endif()
option ( ENABLE_QT "Enable the Qt frontend" ON )
option ( ENABLE_QT "Enable the Qt frontend" ON )
option ( ENABLE_QT_TRANSLATION "Enable translations for the Qt frontend" OFF )
option ( ENABLE_QT_TRANSLATION "Enable translations for the Qt frontend" OFF )
option ( ENABLE_UPDATE_CHECKER "Enable update checker (for Qt and Android)" OFF )
option ( ENABLE_UPDATE_CHECKER "Enable update checker (for Qt and Android)" OFF )
option ( YUZU_USE_QT_MULTIMEDIA "Use QtMultimedia for Camera" OFF )
# option ( YUZU_USE_QT_MULTIMEDIA "Use QtMultimedia for Camera" OFF )
cmake_dependent_option ( YUZU_USE_QT_WEB_ENGINE "Use QtWebEngine for web applet implementation" OFF "NOT YUZU_USE_BUNDLED_QT" OFF )
cmake_dependent_option ( YUZU_USE_QT_WEB_ENGINE "Use QtWebEngine for web applet implementation" OFF "NOT YUZU_USE_BUNDLED_QT" OFF )
set ( YUZU_QT_MIRROR "" CACHE STRING "What mirror to use for downloading the bundled Qt libraries" )
set ( YUZU_QT_MIRROR "" CACHE STRING "What mirror to use for downloading the bundled Qt libraries" )
cmake_dependent_option ( YUZU_USE_BUNDLED_QT "Download bundled Qt binaries" "${MSVC}" "ENABLE_QT" OFF )
cmake_dependent_option ( YUZU_USE_BUNDLED_QT "Download bundled Qt binaries" "${MSVC}" "ENABLE_QT" OFF )
@ -582,9 +582,9 @@ if (ENABLE_QT)
find_package ( Qt6 CONFIG REQUIRED COMPONENTS Widgets Charts Concurrent )
find_package ( Qt6 CONFIG REQUIRED COMPONENTS Widgets Charts Concurrent )
if ( YUZU_USE_QT_MULTIMEDIA )
find_package ( Qt6 REQUIRED COMPONENTS Multimedia )
endif ( )
# if ( YUZU_USE_QT_MULTIMEDIA )
# find_package ( Qt6 REQUIRED COMPONENTS Multimedia )
# endif ( )
if ( PLATFORM_LINUX OR PLATFORM_FREEBSD )
if ( PLATFORM_LINUX OR PLATFORM_FREEBSD )
# y e s Q t , w e g e t i t
# y e s Q t , w e g e t i t
@ -623,9 +623,9 @@ if (ENABLE_QT)
if ( PLATFORM_LINUX )
if ( PLATFORM_LINUX )
list ( APPEND YUZU_QT_COMPONENTS DBus )
list ( APPEND YUZU_QT_COMPONENTS DBus )
endif ( )
endif ( )
if ( YUZU_USE_QT_MULTIMEDIA )
list ( APPEND YUZU_QT_COMPONENTS Multimedia )
endif ( )
# if ( YUZU_USE_QT_MULTIMEDIA )
# list ( APPEND YUZU_QT_COMPONENTS Multimedia )
# endif ( )
if ( YUZU_USE_QT_WEB_ENGINE )
if ( YUZU_USE_QT_WEB_ENGINE )
list ( APPEND YUZU_QT_COMPONENTS WebEngineCore WebEngineWidgets )
list ( APPEND YUZU_QT_COMPONENTS WebEngineCore WebEngineWidgets )
endif ( )
endif ( )