From 43dbf687e34478df5c9ad4da538db81cf59a200a Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 8 Jul 2021 16:12:39 +0300 Subject: [PATCH 42/42] Msys2: Add set of dlls needed by Qt6-client See osdn #42602 Signed-off-by: Marko Lindqvist --- windows/installer_msys2/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/windows/installer_msys2/Makefile b/windows/installer_msys2/Makefile index 805fb66990..b4f06b9cdc 100644 --- a/windows/installer_msys2/Makefile +++ b/windows/installer_msys2/Makefile @@ -354,7 +354,15 @@ install-env-qt5: install-env-common QT6_DLLS := \ libicuin68.dll \ libicuuc68.dll \ - libicudt68.dll + libicudt68.dll \ + Qt6Core.dll \ + Qt6Gui.dll \ + Qt6Widgets.dll \ + libunistring-2.dll \ + libpcre2-16-0.dll \ + libpcre-1.dll \ + libharfbuzz-0.dll \ + libgraphite2.dll install-env-qt6: install-env-common # add DLLs -- 2.30.2