Skip to content

Commit

Permalink
Fixed a typo in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Apr 7, 2024
1 parent 9134f2a commit 3a67eda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/deploy-win-mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3a67eda

Please sign in to comment.