add path hack only to verify, will remove later

cherry-pick-d595c7ad
Bret Curtis 3 years ago
parent f03beb7963
commit 53cb20454f

@ -10,6 +10,7 @@ command -v ccache >/dev/null 2>&1 || brew install ccache
command -v cmake >/dev/null 2>&1 || brew install cmake
command -v qmake >/dev/null 2>&1 || brew install qt@5
export PATH="/usr/local/opt/qt@5/bin:$PATH"
qmake --version
which qmake

Loading…
Cancel
Save