Skip to content

Commit

Permalink
rename brew package from qt5 to qt@5
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Mar 14, 2024
1 parent 7a85baa commit a659bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/macOS/1_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ case $i in
shift # past argument=value
;;
--use_brew_qt)
QT_DIR=$(brew --prefix qt5)
QT_DIR=$(brew --prefix qt@5)
shift # past argument=value
;;
--ccache)
Expand Down
2 changes: 1 addition & 1 deletion scripts/macOS/internal/2a_appbundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ case $i in
shift # past argument=value
;;
--use_brew_qt)
QT_DIR=$(brew --prefix qt5)
QT_DIR=$(brew --prefix qt@5)
shift # past argument=value
;;
*)
Expand Down

0 comments on commit a659bd5

Please sign in to comment.