Removed QtIWF from dependencies.
This commit is contained in:
parent
9c6c414a35
commit
4d4886ac8f
1 changed files with 0 additions and 18 deletions
|
@ -35,21 +35,3 @@ brew install \
|
|||
python
|
||||
brew link --overwrite python
|
||||
brew link python
|
||||
|
||||
# Install Qt Installer Framework
|
||||
qtIFW=QtInstallerFramework-macOS-x86_64-${QTIFWVER}.dmg
|
||||
${DOWNLOAD_CMD} "http://download.qt.io/official_releases/qt-installer-framework/${QTIFWVER}/${qtIFW}" || true
|
||||
|
||||
if [ -e "${qtIFW}" ]; then
|
||||
hdiutil convert "${qtIFW}" -format UDZO -o qtifw
|
||||
7z x -oqtifw qtifw.dmg -bb
|
||||
7z x -oqtifw qtifw/5.hfsx -bb
|
||||
installer=qtifw/QtInstallerFramework-macOS-x86_64-${QTIFWVER}/QtInstallerFramework-macOS-x86_64-${QTIFWVER}.app/Contents/MacOS/QtInstallerFramework-macOS-x86_64-${QTIFWVER}
|
||||
chmod +x "${installer}"
|
||||
${installer} \
|
||||
--verbose \
|
||||
--accept-licenses \
|
||||
--accept-messages \
|
||||
--confirm-command \
|
||||
install
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue