Skip to content
Snippets Groups Projects
Verified Commit db2a6111 authored by Joe Donofry's avatar Joe Donofry
Browse files

Update qt5 path in macos deploy.sh script

parent 1e7756c5
No related branches found
No related tags found
No related merge requests found
Pipeline #1612 passed
......@@ -6,7 +6,7 @@ set -eux
#TAG=$(git tag -l --points-at HEAD)
# Add Qt binaries to path
PATH=/usr/local/opt/qt/bin/:${PATH}
PATH=/usr/local/opt/qt@5/bin/:${PATH}
( cd build
# macdeployqt does not copy symlinks over.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment