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.
Differential D9317
doc: install qt5 when building on macOS Fabien on Mar 11 2021, 14:48. Authored by Tags None Subscribers None
Details
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. 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
|