diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-06-13 18:14:41 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-06-18 12:22:14 +0200 |
commit | af6ac3b677454644364fd24d0df0c02ac9b8c8db (patch) | |
tree | 6baab01d2bec5ffb84502d3b9524f9f96a0f7d88 /doc/build-osx.md | |
parent | 462c71f71b5d753bc8327ab833dea23679450ca3 (diff) |
doc: Remove mention of Qt4 from build docs
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r-- | doc/build-osx.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index abd305cf9a..a07dbd1e1d 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -24,8 +24,6 @@ If you want to build the disk image with `make deploy` (.dmg / optional), you ne brew install librsvg -NOTE: Building with Qt4 is still supported, however, could result in a broken UI. Building with Qt5 is recommended. - Berkeley DB ----------- It is recommended to use Berkeley DB 4.8. If you have to build it yourself, |