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

Update qt5 path after brew changes

parent 571ae3d5
No related branches found
No related tags found
No related merge requests found
Pipeline #1528 canceled
......@@ -58,8 +58,8 @@ build-macos:
- pip3 install dmgbuild
- rm -rf ../.hunter && mv .hunter ../.hunter || true
script:
- export PATH=/usr/local/opt/qt/bin/:${PATH}
- export CMAKE_PREFIX_PATH=/usr/local/opt/qt5
- export PATH=/usr/local/opt/qt@5/bin/:${PATH}
- export CMAKE_PREFIX_PATH=/usr/local/opt/qt@5
- cmake -GNinja -H. -Bbuild
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DCMAKE_INSTALL_PREFIX=.deps/usr
......
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