Hi all
I'm working on a Github action to build wheels of python-poppler-qt5
(Frescobaldi dependency) on all platforms (Linux, Mac and Windows).
On Mac I've installed qt@5 via Homebrew and I need to know in which
directory qmake is installed. For example, in Linux it's normally
installed in /usr/lib64/qt5/bin, but I think homebrew's formula
installs it in a different directory. I don't see the list of installed
files here:
https://formulae.brew.sh/formula/qt@5#default
Thanks in advance for your help
Federico