Page MenuHomePhabricator

doc: install qt5 when building on macOS
ClosedPublic

Authored by Fabien on Mar 11 2021, 14:48.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCd22df03d41a7: doc: install qt5 when building on macOS
Summary
Brew has updated such that qt now refers to Qt 6.0.1. If builders
install this, configure will not work pick up qt. For now, install
qt@5 (5.15.2), until required build system and likely source changes
are made.

Backport of core#21346.

Test Plan

On OSX:

brew update
brew info qt # returns a qt 6.x.x version
brew info qt@5 # returns a qt 5.x.x version

Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR21346
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15344
Build 30615: Build Diff
Build 30614: arc lint + arc unit