CQtDeployer 1.6.2365.7cce7f3
CQtDeployer helps you to extract all libraries your executable depends on and to create a launch script for your application.
|
General rules for using Qt Installer Framwork
The Qt Installer Framework (QIF) provides a set of tools and utilities to create installers for the supported desktop Qt platforms: Linux, Microsoft Windows, and OS X. In CQtDeployer QIF availabel in qif option.
The qif option invoke with path to custo qt installer template or with default installer template.
Where:
By default, cqtdeployer will create an installation file with one package in which your entire distribution kit will lie. If you want to configure it, you should use Controll of packages options To create a new package, use the -targetPackage [package; tar1] option
Where:
Or you can describe packages in configuration file
Starting with CQtDeployer Version 1.5 you can use your own installer template. To do this, you must pass the path to your template to the qif parameter.
The qif template should contain 2 folders:
The name of the packages in the packages folder must match the names of the packages during deployment.
For example:
If the folder names do not match the package names then CQtDeployer will use the standard QIF package.
If you have only one package then you can use the name option for set name the application.
For initialize default templates you can use the getDefaultTemplate option. The getDefaultTemplate option extract default template of the cqtdeployer. This is can be very convinion if you want override default behavior of the installer or anothe distribution package.
CQtDeployer will skip create a packages directory for the template because this commmnad do not contains any deploying data. If you want to prepare template with packages configurations then you should add deployed data to your command or your config.json file using bin or extraData options. If you create multi pacakges distribution then you need to configure your packages in your deploying commnad.
Extracting template with pacakges:
Extracting template for multi packages distribution
You also can use the config file for configure templates.
Config.json
Run CQtDeployer for generate template: