mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
Speedup qt install on macos
This commit is contained in:
parent
ffd17e1d4b
commit
9bd3cfb0fe
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue