Qt IFW - How to create a shortcut to an URL
-
Does anyone know how to create a shortcut to a given web URL using the Qt Installer Framework?
I know how to create shortcuts to applications, but as soon as I point it to an URL like http://www.google.com it says the file doesn't exist.I use the addOperation("CreateShortcut"....) for shortcuts to the applications/files.
I tried the CreateLink, but I guess that is for something else as well.
It is really a pitty that the documentation isn't really good and there are not many examples. It definitely has to mature a lot still.Did anyone manage to create a shortcut on the desktop or so to a given website? I hope I simply overlook something.