Qt: qwindows depends on Qt5PlatformSupport

This commit is contained in:
Jeffrey Pfau 2016-09-18 16:57:19 -07:00
parent d22a120918
commit 103673423b
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ if(WIN32)
configure_file(${CMAKE_SOURCE_DIR}/res/mgba.rc.in ${CMAKE_BINARY_DIR}/res/mgba.rc)
list(APPEND RESOURCES ${CMAKE_BINARY_DIR}/res/mgba.rc)
if(QT_STATIC)
list(APPEND QT_LIBRARIES qwindows imm32)
list(APPEND QT_LIBRARIES qwindows Qt5PlatformSupport imm32)
endif()
endif()
if(NOT DEFINED DATADIR)