mirror of https://github.com/mgba-emu/mgba.git
Qt: Disable the Qt Multimedia build on Windows, since it's so broken
This commit is contained in:
parent
687af6fd20
commit
87c4839c1b
|
@ -28,7 +28,9 @@ endif()
|
||||||
set(CMAKE_AUTOMOC ON)
|
set(CMAKE_AUTOMOC ON)
|
||||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||||
|
|
||||||
|
if(NOT WIN32 OR NOT BUILD_SDL)
|
||||||
find_package(Qt5Multimedia)
|
find_package(Qt5Multimedia)
|
||||||
|
endif()
|
||||||
find_package(Qt5OpenGL)
|
find_package(Qt5OpenGL)
|
||||||
find_package(Qt5Widgets)
|
find_package(Qt5Widgets)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue