Description
The documentation of CreateShortcut states:
https://doc.qt.io/qtinstallerframework/operations.html
– 8< –
Creates a shortcut from the file specified by filename to linkname. On Windows, this creates a .lnk file which can have arguments. Furthermore, on Windows, filename can be an HTTP or FTP URL in which case a URL shortcut is created. On Unix, this creates a symbolic link.
– 8< –
The last statement is incorrect. On Unix this does exactly nothing. The corresponding #else block in src/libs/installer/createshortcutoperation.cpp (createLink) is empty.
Attachments
For Gerrit Dashboard: QTIFW-1399 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
268114,3 | Doc: Define CreateShortcut operation as a Windows-specific feature | 3.1 | installer-framework/installer-framework | Status: MERGED | +2 | 0 |