all repos — mgba @ 103673423b1a88bf9a0a7417d0acd7ae1eaee8f7

mGBA Game Boy Advance Emulator

Qt: qwindows depends on Qt5PlatformSupport
Jeffrey Pfau jeffrey@endrift.com
Sun, 18 Sep 2016 16:57:19 -0700
commit

103673423b1a88bf9a0a7417d0acd7ae1eaee8f7

parent

d22a12091829c7f55cec8a16e3c0986a2af883cd

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

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

@@ -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)