1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-17 01:10:10 +00:00

add path hack only to verify, will remove later

This commit is contained in:
Bret Curtis 2021-03-05 13:20:03 +01:00
parent f03beb7963
commit 53cb20454f

View File

@ -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