在 mac 上安装 qwebengine

Install qwebengine on mac

我在我的 Qt5 程序中使用 qwebengine。
我使用这个命令在我的 travis-ci env:
上安装 qt HOMEBREW_NO_AUTO_UPDATE=1 brew install qt5 qt5-qtwebengine --verbose; fi
但是它告诉我:Error: No available formula with the name "qt5-qtwebengine"
如何通过brew正确安装qtwebengine?

修复已在两周前修补,您需要先 brew update brew install qt