Skip to content

Commit

Permalink
macos Qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Bena committed Jul 28, 2024
1 parent 61b80da commit 46e0b9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MacOS/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ if [ ${version_array[0]} -eq 5 ]; then
if [ ${version_array[1]} -ge 4 ]; then
EXTRA_FLAGS="${EXTRA_FLAGS} --web-engine"
fi
elif [ ${version_array[0]} -eq 6 ]; then
EXTRA_FLAGS="${EXTRA_FLAGS} --web-engine --qt6"
else
echo "Unsupported Qt version ${QTVERSION}, must be 5.x"
exit 1
Expand Down

0 comments on commit 46e0b9e

Please sign in to comment.