all repos — mgba @ 80ba6a6174f093a0c21ca231c9f7e8dd7a53eea0

mGBA Game Boy Advance Emulator

Qt: Add another static dependency on Windows
Vicki Pfau vi@endrift.com
Wed, 26 Aug 2020 03:39:34 -0700
commit

80ba6a6174f093a0c21ca231c9f7e8dd7a53eea0

parent

f7f8688e8d7463081e4b1e17fc7fac6b70c91911

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

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

@@ -289,7 +289,7 @@ endif()

if(QT_STATIC) find_library(QTPCRE NAMES qtpcre2 qtpcre) if(WIN32) - list(APPEND QT_LIBRARIES qwindows dwmapi imm32 uxtheme Qt5EventDispatcherSupport Qt5FontDatabaseSupport Qt5ThemeSupport Qt5WindowsUIAutomationSupport) + list(APPEND QT_LIBRARIES qwindows amstrmid dwmapi imm32 uxtheme Qt5EventDispatcherSupport Qt5FontDatabaseSupport Qt5ThemeSupport Qt5WindowsUIAutomationSupport) set_target_properties(Qt5::Core PROPERTIES INTERFACE_LINK_LIBRARIES "${QTPCRE};version;winmm;ssl;crypto;ws2_32;iphlpapi;crypt32;userenv;netapi32;wtsapi32") set_target_properties(Qt5::Gui PROPERTIES INTERFACE_LINK_LIBRARIES ${OPENGL_LIBRARY} ${OPENGLES2_LIBRARY}) elseif(APPLE)