From 78aafab63b2c315b3846503431027d8cb886eee2 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Mon, 26 Sep 2022 12:23:50 +0200 Subject: [PATCH] cpack: dependency fix for Windows --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index de5b8ea..f276d00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,7 +99,7 @@ if( MINGW ) ${MINGW_PATH}/libicuuc71.dll ${MINGW_PATH}/libicuin71.dll ${MINGW_PATH}/libicudt71.dll - ${MINGW_PATH}/libpcre2-16-0.dll + ${MINGW_PATH}/libpcre2-8-0.dll ${MINGW_PATH}/zlib1.dll ${MINGW_PATH}/libharfbuzz-0.dll ${MINGW_PATH}/libpng16-16.dll @@ -114,6 +114,8 @@ if( MINGW ) ${MINGW_PATH}/libmd4c.dll ${MINGW_PATH}/libbrotlicommon.dll ${MINGW_PATH}/libbrotlidec.dll + ${MINGW_PATH}/libfmt.dll + ${MINGW_PATH}/libb2-1.dll ${MINGW_PATH}/libiconv-2.dll) install(FILES ${MINGW_PATH}/../share/qt6/plugins/platforms/qwindows.dll ${MINGW_PATH}/../share/qt6/plugins/platforms/qminimal.dll