From e9359d1b4f09e571325f71915fecb0ce4470bd76 Mon Sep 17 00:00:00 2001 From: samu-workopen Date: Sat, 19 Oct 2019 15:04:37 +0200 Subject: Update development Homebrew step 5 replace brew install "qt5 --with-qtwebkit" with "install qt5" otherwise it will not work --- doc/building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/building.rst b/doc/building.rst index 35c2e7f75..d911a596f 100644 --- a/doc/building.rst +++ b/doc/building.rst @@ -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 + install qt5 6. Install any missing dependencies:: -- cgit v1.2.3