]> sigrok.org Git - sigrok-util.git/commit
macosx: Hardcode the Qt version to 5.5 for now.
authorUwe Hermann <redacted>
Sun, 19 Aug 2018 16:59:01 +0000 (18:59 +0200)
committerUwe Hermann <redacted>
Sun, 19 Aug 2018 16:59:01 +0000 (18:59 +0200)
commit20e302a299c6b625aed33cc0865d8d8f31969697
tree7ab3632e2fbcf2786920b08843141b1dd9da7a9b
parent616a4523599b4c2925b5811fdb3dfdd6fa12602e
macosx: Hardcode the Qt version to 5.5 for now.

The latest Qt version available in Homebrew is 5.11.x currently, but
this version no longer supports older Mac OS X versions:

  https://doc.qt.io/qt-5/supported-platforms-and-configurations.html

In order for the DMG build to remain compatible with some more older
Mac OS X versions, we hardcode the scripts to use Qt 5.5 for now.

This requires the following on the build box:

 $ brew install qt@5.5
 $ brew unlink qt
 $ brew link --force qt@5.5

With this change the DMG should work on at least Mac OS X 10.8, 10.9,
and 10.10 according to Qt docs (only tested on 10.11.6 / El Capitan).

The DMG also currently uses Python 3.7, which should work fine for
Mac OS X 10.9 (Mavericks) and later, according to Python docs
(again, only tested on 10.11.6 / El Capitan).
cross-compile/macosx/README
cross-compile/macosx/create_dmg
cross-compile/macosx/sigrok-native-macosx