macOS & Windows Icons
macOS icons from PNG
-
Create a
resource/icons
directory inside the application project folder -
Create PNG icon files in multiple resolutions:
- Install
libicns
oricnsutils
and run:
Source: Creating Mac OS X Icons on Linux
Windows icons from PNG
- Install
icoutils
orpng2ico
Using icoutils:
Using png2ico. Width must be multiple of 8 and < 256. Height must be < 256.
Additional information on this topic can be found also on the Qt website.