all repos — mgba @ 7a53c35123f9d3033e18afc05660b017c956181c

mGBA Game Boy Advance Emulator

Windows: Build fix
Vicki Pfau vi@endrift.com
Thu, 22 Mar 2018 20:38:30 -0700
commit

7a53c35123f9d3033e18afc05660b017c956181c

parent

fac10eae96d38c4a4f78b4d06eb23022263fff75

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/platform/qt/CMakeLists.txtsrc/platform/qt/CMakeLists.txt

@@ -171,7 +171,7 @@ list(APPEND SOURCE_FILES

VideoDumper.cpp) if (WIN32 AND QT_STATIC) list(APPEND QT_LIBRARIES Qt5::QWindowsAudioPlugin Qt5::DSServicePlugin - strmiids winmm mfuuid mfplat mf ksguid dxva2 evr d3d9) + strmiids mfuuid mfplat mf ksguid dxva2 evr d3d9) endif() list(APPEND QT_LIBRARIES Qt5::Multimedia) list(APPEND QT_DEFINES BUILD_QT_MULTIMEDIA)

@@ -273,7 +273,7 @@ list(APPEND QT_LIBRARIES Qt5::OpenGL ${OPENGL_LIBRARY} ${OPENGLES2_LIBRARY})

endif() if(WIN32 AND QT_STATIC) list(APPEND QT_LIBRARIES qwindows dwmapi imm32 uxtheme Qt5EventDispatcherSupport Qt5FontDatabaseSupport Qt5ThemeSupport) - set_target_properties(Qt5::Core PROPERTIES INTERFACE_LINK_LIBRARIES "qtpcre2;version;ws2_32") + set_target_properties(Qt5::Core PROPERTIES INTERFACE_LINK_LIBRARIES "qtpcre2;version;winmm;ws2_32") endif() target_link_libraries(${BINARY_NAME}-qt ${PLATFORM_LIBRARY} ${BINARY_NAME} ${QT_LIBRARIES}) set(CPACK_DEBIAN_PACKAGE_DEPENDS "${CPACK_DEBIAN_PACKAGE_DEPENDS}" PARENT_SCOPE)