link qmake. [skip appveyor]

merge-requests/12/head
Roman Telezhynskyi 2020-11-16 12:52:51 +02:00
parent 19bc368868
commit c5c7618646
1 changed files with 3 additions and 2 deletions

View File

@ -73,11 +73,12 @@ before_install:
if [[ "$LEGACY" = false ]]; then
brew update > /dev/null;
brew install qt5;
chmod -R 755 /usr/local/opt/qt5/*
chmod -R 755 '/usr/local/opt/qt5/*';
else
unset SSL_CERT_FILE;
HOMEBREW_NO_AUTO_UPDATE=1 brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/3a81dee54b03b43cdbb19e173b4ec1402c388bfb/qt.rb;
chmod -R 755 /usr/local/opt/qt/*
brew link qt --force;
chmod -R 755 '/usr/local/opt/qt/*';
fi
fi
before_script: