From 3a67edadf31af463b8f4b4738df433acf7e0a9d0 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 7 Apr 2024 22:37:38 +0200 Subject: [PATCH] Fixed a typo in build script --- scripts/deploy-win-mingw.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/deploy-win-mingw.sh b/scripts/deploy-win-mingw.sh index cf13242b4..a22826615 100644 --- a/scripts/deploy-win-mingw.sh +++ b/scripts/deploy-win-mingw.sh @@ -60,7 +60,7 @@ while [ "$1" != "" ]; do qt="qt5" elif [ "$1" = "-qt6" ]; then qt="qt6" - args="$qrgs -qmake qmake-qt6" + args="$args -qmake qmake-qt6" elif [ "$1" = "-s" ]; then shift suffix="-$1" @@ -154,6 +154,7 @@ cp $mingw_inst/etc/ssl/cert.pem $target echo "Installing plugins .." for p in $plugins; do + echo " $mingw_inst/share/${qt}/plugins/$p .." cp -R $mingw_inst/share/${qt}/plugins/$p $target # remove the debug versions - otherwise they pull in the debug Qt libs shopt -s nullglob