ci: Find Qt5 again on macOS
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 12 Mar 2021 11:09:24 +0000 (12:09 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 12 Mar 2021 12:42:31 +0000 (13:42 +0100)
commit61219bb0ca15a6356fde510fd114fd3b6628f08b
treeab74e65c7de5ab27ebf8db3d5bbfbeb3bf4f6609
parent1c0d1d51dd207d1895e99bfc640d4464667d6212
ci: Find Qt5 again on macOS

With the introduction of Qt6 to homebrew, the install location of Qt5
has changed from /usr/local/opt/qt to the version-specific .../opt/qt@5.

Adapt CMAKE_PREFIX_PATH accordingly. No longer hardcode the brew
prefix. Also use the recommended, versioned package name "qt@5" instead
of the "qt5" alias.
.github/workflows/main.yml