This is probably a very low priority issue, but I still wanted to let you know about it.
When I try to run the
`./configure --with-gui=qt5
The installation errors out, the final lines of the output are:
...
checking miniupnpc/upnperrors.h presence... yes
checking for miniupnpc/upnperrors.h... yes
checking for main in -lminiupnpc... (cached) yes
**configure: error: Qt dependencies not found**
When I run it without the --with-gui=qt5 option, it works fine.
I did install the dependencies as suggested in /doc/build-osx.md `brew install autoconf automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf qt5
I did post this on stack exchange as well.