Skip to content

Commit

Permalink
Hotfix: add Win32 mingw32 libs into installer
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov committed Jul 18, 2023
1 parent d904c44 commit 0e0e5de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ rsync -a "$QT_LIB"/Qt5Script.dll "$PWD"/../d
rsync -a "$QT_LIB"/Qt5Test.dll "$PWD"/../data
rsync -a "$QT_LIB"/Qt5Concurrent.dll "$PWD"/../data
rsync -a "$QT_LIB"/ "$PWD"/../data
rsync -a --ignore-missing-args "$QT_LIB"/{libgcc_s_*-1.dll,libwinpthread-1.dll,libstdc++-6.dll} "$PWD"/../data
rsync -a --ignore-missing-args $(cygpath -m $(where \$path:lib{gcc_s_,winpthread-,stdc\+\+-}\*\.dll | dos2unix)) "$PWD"/../data

rsync -a "$QT_LIB"/../plugins/platforms/q{windows,offscreen,minimal}.dll "$PWD"/../data/platforms
rsync -a "$QT_LIB"/../plugins/imageformats/qsvg.dll "$PWD"/../data/imageformats
Expand Down

0 comments on commit 0e0e5de

Please sign in to comment.