CQtDeployer 1.6.2351.ec4840f
CQtDeployer helps you to extract all libraries your executable depends on and to create a launch script for your application.
Disabling shortcuts

Disabling shortcuts for multi targets distribution Kit in the Qt Installer framework.

Some times we need to disable creating automaticly shortcuts for some applications. For solve this problem i recomendet override the default qt installer framework template.

Note

Starting from CQtDeployer 1.5.1, you can use the -disableShortcuts option to disable the automatic creation of shortcuts.

Example:

cqtdeployer -disableShortCut targetName,target2Name
cqtdeployer -bin myProgramm.exe -disableShortCut myProgramm