benlau / qtci

Collection of scripts to build Qt application in command line environment
Apache License 2.0
164 stars 54 forks source link

install-qt fails on macOS for Qt < 5.9.0 #21

Open bjorn opened 5 years ago

bjorn commented 5 years ago

Until Qt 5.9.0, the Qt packages for macOS included the word "clang". This needs to be added to the download URL used by install-qt, otherwise it will only work for Qt >= 5.9.0.

Compare: https://download.qt.io/archive/qt/5.8/5.8.0/qt-opensource-mac-x64-clang-5.8.0.dmg https://download.qt.io/archive/qt/5.9/5.9.0/qt-opensource-mac-x64-5.9.0.dmg

At the same time, the packages increased in size from 1.1 GB to 3.5 GB. I guess they now include the Android and iOS builds...

Note that these older versions aren't included in the autotests, since on macOS the oldest tested version is 5.9.7.