I installed Qt5 and Qt Creator via homebrew. Since they were installed independently of each other, Qt wasn't automatically added to the list of known Qt installations in Qt Creator. I thought adding an installation would be simple, but...
Since homebrew installs all casks under /usr/local/
, which is a hidden directory, I can't navigate to the desired Qt installation using the folder navigation dialog opened by Qt Creator, when Kits > Qt versions > add
is pressed in the options. I have used the terminal to make hidden folders and files visible in the "normal" Finder, but they don't show up in Qt Creator.
How do I add a Qt installation located in a hidden folder to Qt Creator?