Replace command line Step 5 Install Homebrew

replace brew install "qt5 --with-qtwebkit" with "install qt5" otherwise it will not work
This commit is contained in:
samu-workopen 2019-10-19 15:06:07 +02:00 committed by GitHub
parent 35005e46b4
commit e4482ef675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ To set up your build environment for development using HomeBrew_:
5. Install a Qt5 version with qtwebkit support::
brew install qt5 --with-qtwebkit
brew install qt5
6. Install any missing dependencies::