Qt Installer "CreateShortcut" Documentation
-
Where can I find a documentation describing all possible arguments of "CreateShortcut" operation.
In Qt Installer documentation written just the following:CreateShortcut
- "CreateShortcut" filename linkname [arguments]
- Creates a shortcut from the file specified by filename to linkname. On Windows, this creates a .lnk file which can have arguments. On Unix, this creates a symbolic link.
Where can I find description of all possible [arguments]?