summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/download_qt_hashes.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ci: build separate macOS packages for macOS 10.13+ and macOS 10.10+Brad King2021-01-071-0/+1
| | | | | | | | | | In order to support modern macOS features like Dark Mode, we need to use Qt 5.15, which requires macOS 10.13. However, we still want to support macOS 10.10 as well, for which we need to use Qt 5.9. Build separate macOS packages for these use cases. Fixes: #21606 Issue: #20825
* Utilities/Release: Update macOS Qt 5.9 build for platform versioningBrad King2020-12-141-1/+1
| | | | | | | | | Backport the upstream Qt patch [1] to link Qt binaries using the `-isysroot` flag instead of `-Wl,-syslibroot`. This is needed so that the binaries have a SDK version set, which is needed for runtime validation on modern macOS versions. [1] https://code.qt.io/cgit/qt/qtbase.git/commit/?id=6387138a7991b4588639dc48847f175b5afaff84
* ci: update to pre-built Qt 5.9.9 universal binaries for macOS packagesBrad King2020-12-101-1/+1
|
* ci: update to Qt 5.15.1Ben Boeckel2020-10-271-5/+5
|
* ci: use a pre-built Qt for macOS packagesBen Boeckel2020-09-161-0/+2
|
* ci: add download information for Qt on macOSBen Boeckel2020-06-101-0/+2
|
* ci: add a script to download QtBen Boeckel2020-06-101-0/+9