# HG changeset patch # User Matti Hamalainen # Date 1683802708 -10800 # Node ID 3cca82bced547e58f1d6b45588aeeae6d74ee5ea # Parent 3dc88d3814b32a43bad21e7b7a45918752286cd0 Fix Qt DLL source path. diff -r 3dc88d3814b3 -r 3cca82bced54 build-win32.sh --- 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