Skip to content
Snippets Groups Projects
Verified Commit 9bd3cfb0 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Speedup qt install on macos

parent ffd17e1d
No related branches found
No related tags found
No related merge requests found
Pipeline #5283 passed
......@@ -12,7 +12,7 @@ task:
aqt_script:
- pip3 install aqtinstall
- mkdir $HOME/Qt
- aqt install-qt --outputdir $HOME/qt mac desktop 6 clang_64 -m all
- aqt install-qt --outputdir $HOME/qt mac desktop 6 clang_64 -m qtlocation qtimageformats qtmultimedia qtpositioning qtshadertools
build_script:
- export QTPATH=($HOME/qt/6.*/macos/bin)
- export PATH="$QTPATH:${PATH}"
......
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