macOS & Windows Icons
macOS icons from PNG
- 
Create a resource/iconsdirectory inside the application project folder
- 
Create PNG icon files in multiple resolutions: 
- Install libicnsoricnsutilsand run:
Source: Creating Mac OS X Icons on Linux
Windows icons from PNG
- Install icoutilsorpng2ico
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.