mirror of https://github.com/mgba-emu/mgba.git
Qt: Renable QtMultimedia on Windows
This commit is contained in:
parent
24270af49b
commit
fbda6d8a1c
1
CHANGES
1
CHANGES
|
@ -75,6 +75,7 @@ Misc:
|
|||
- GBA: Ignore invalid opcodes used by the Wii U VC emulator
|
||||
- Qt: Remove audio thread
|
||||
- Qt: Remove audio buffer sizing in AudioProcessorQt
|
||||
- Qt: Re-enable QtMultimedia on Windows
|
||||
|
||||
0.5.2: (2016-12-31)
|
||||
Bugfixes:
|
||||
|
|
|
@ -30,9 +30,7 @@ endif()
|
|||
set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
||||
if(NOT WIN32 OR NOT BUILD_SDL)
|
||||
find_package(Qt5Multimedia)
|
||||
endif()
|
||||
find_package(Qt5Multimedia)
|
||||
find_package(Qt5OpenGL)
|
||||
find_package(Qt5Network)
|
||||
find_package(Qt5Widgets)
|
||||
|
|
Loading…
Reference in New Issue