From 103673423b1a88bf9a0a7417d0acd7ae1eaee8f7 Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Sun, 18 Sep 2016 16:57:19 -0700 Subject: [PATCH] Qt: qwindows depends on Qt5PlatformSupport --- src/platform/qt/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/qt/CMakeLists.txt b/src/platform/qt/CMakeLists.txt index 6b1586774..a39c45513 100644 --- a/src/platform/qt/CMakeLists.txt +++ b/src/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)