changeset 300:3cca82bced54

Fix Qt DLL source path.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 11 May 2023 13:58:28 +0300
parents 3dc88d3814b3
children 2facccc60523
files build-win32.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build-win32.sh	Thu May 11 13:07:05 2023 +0300
+++ b/build-win32.sh	Thu May 11 13:58:28 2023 +0300
@@ -61,7 +61,7 @@
     do_cpinstall "${QT_BASE}/plugins/" "$TARGET" "printsupport" "windowsprintersupport.dll"
 
     for i in Core Gui Sql Widgets PrintSupport Network; do
-        do_cp "${QT_BASE}/lib/${QT_VERSION_PREFIX}${i}.dll" "$TARGET"
+        do_cp "${QT_BASE}/bin/${QT_VERSION_PREFIX}${i}.dll" "$TARGET"
     done
 
     for i in libstdc++-6 libgcc_s_sjlj-1; do