How to set application icon on macOS
Unsolved
Qt Creator and other tools
-
Hi I'm trying to set the application icon on my macOS.
I'm using Qt 6.5, and macOS 13.4And yes, I've read the documentation here, but I still can't make it work: https://doc.qt.io/qt-6/appicon.html, so I must be doing something stupid.
My noblue.icns file is inside the Contents/Resources folder, see below:
My cmake file looks like this:
Yet I keep getting the default application icon, anyone know what I'm doing wrong?