MacOS: Add qt6 to MacOS Brew Setup

This commit is contained in:
Dr. Lars Völker 2022-09-05 19:39:59 +02:00 committed by Gerald Combs
parent 4819716f14
commit 79e76e9c2f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ brew update
# install some libs needed by Wireshark
brew install opus c-ares glib libgcrypt gnutls lua@5.1 cmake python nghttp2 snappy lz4 libxml2 ninja \
libmaxminddb libsmi spandsp brotli minizip zstd libssh libilbc speexdsp gettext pcre2 qt5 "$@"
libmaxminddb libsmi spandsp brotli minizip zstd libssh libilbc speexdsp gettext pcre2 qt6 "$@"
# install custom tap of sparkle v1 as homebrew now uses sparkle v2 per default which is not compatible
curl -o /tmp/sparkle.rb https://raw.githubusercontent.com/Homebrew/homebrew-cask/c6dfe6baf1639998ba1707f68668cf8fa97bac9d/Casks/sparkle.rb