In my Win32 Qt 5.6 program, I want to programmatically create a shortcut to .exe file with custom arguments, and I want to assign my own .ico icon to this shortcut.
Can I do it easly with Qt? I can't find enough information on intrnet about it. Thank you for any advice.