From 98d64c2ad15dccbc5ccc42802eee66863088a5ce Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 3 Feb 2022 07:11:46 +0200 Subject: [PATCH 39/39] Msys2: Update list of Qt6-client dlls See osdn #43774 Signed-off-by: Marko Lindqvist --- windows/installer_msys2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/installer_msys2/Makefile b/windows/installer_msys2/Makefile index 9b9f7cbc1c..3746f2aade 100644 --- a/windows/installer_msys2/Makefile +++ b/windows/installer_msys2/Makefile @@ -389,7 +389,9 @@ QT6_DLLS := \ libpcre2-16-0.dll \ libpcre-1.dll \ libharfbuzz-0.dll \ - libgraphite2.dll + libgraphite2.dll \ + libdouble-conversion.dll \ + libmd4c.dll install-env-qt6: install-env-common # add DLLs -- 2.34.1