Permalink
Browse files

Windows: Build fix

  • Loading branch information...
endrift committed Mar 23, 2018
1 parent fac10ea commit 7a53c35123f9d3033e18afc05660b017c956181c
Showing with 2 additions and 2 deletions.
  1. +2 −2 src/platform/qt/CMakeLists.txt
@@ -171,7 +171,7 @@ if(Qt5Multimedia_FOUND)
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 @@ if(BUILD_GL OR BUILD_GLES2)
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)

0 comments on commit 7a53c35

Please sign in to comment.