mirror of https://github.com/mgba-emu/mgba.git
Qt: qwindows depends on Qt5PlatformSupport
This commit is contained in:
parent
d22a120918
commit
103673423b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue