Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsamu-workopen <sandra.muellrick@wikimedia.de>2019-10-19 16:04:37 +0300
committerGitHub <noreply@github.com>2019-10-19 16:04:37 +0300
commite9359d1b4f09e571325f71915fecb0ce4470bd76 (patch)
tree01d58a9182076e8cef47e6a6283eb2b9c872e533
parent35005e46b44b327ded742fb1bb5a71cc27a87bdc (diff)
Update development Homebrew step 5 samu-workopen-patch-2
replace brew install "qt5 --with-qtwebkit" with "install qt5" otherwise it will not work
-rw-r--r--doc/building.rst2
1 files changed, 1 insertions, 1 deletions
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::