-
-
Notifications
You must be signed in to change notification settings - Fork 90
QIF(en)
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.
cqtdeployer ... qif
Where:
- ... - is list of other options.
- qif - option for use qt installer framework with default template.
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:
- package - it is package name
- tar1 - it is name of the target that should be included in this package.
Or you can describe packages in configuration file
{
"targetPackage": [
[
"package",
"tar1"
]
],
}
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:
- packages
- config
The name of the packages in the packages folder must match the names of the packages during deployment.
For example:
"targetPackage": [
[
"myCustomInstaller",
"tar1"
]
],
.
├── config
│ ├── config.xml
│ └── style.qss
└── packages
└── myCustomInstaller
└── meta
├── installscript.qs
└── package.xml
4 directories, 4 files
If the folder names do not match the package names then CQtDeployer will use the standard QIF package.
If you like what we do and it benefits you, you can support the project on the official page QuasarApp in Patreon