mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-28 18:54:33 +00:00
ref #560 documentation correction
This commit is contained in:
parent
cc7a3dbfe2
commit
3c5c4722e0
@ -195,7 +195,7 @@ public:
|
||||
static QString getVCredist(const QString & _qtBin);
|
||||
|
||||
/**
|
||||
* @brief isQtLib This method check full path of the library. If the @a @lib contains only name then this method retun QtMajorVersion::NoQt enum. For validate @a lib by name only use the DeployCore::isQtLibName method.
|
||||
* @brief isQtLib This method check full path of the library. If the @a lib contains only name then this method retun QtMajorVersion::NoQt enum. For validate @a lib by name only use the DeployCore::isQtLibName method.
|
||||
* @param lib This is library full path..
|
||||
* @return major version of the Qt.
|
||||
*/
|
||||
|
@ -68,7 +68,7 @@ Or in configFile.json
|
||||
```
|
||||
|
||||
## Packages
|
||||
extraData and extraDataOut options have support to work with packages. See the packaging [page](Pacakges.md) to get more information about packages.
|
||||
extraData and extraDataOut options have support to work with packages. See the packaging [page](Packing.md) to get more information about packages.
|
||||
|
||||
Sometimes we need to create a multipackages application. For example create a installer for client-server application with the client and server applications. The client and server have a own default configuration files. We add config files using the extraData option.
|
||||
|
||||
|
@ -45,4 +45,4 @@ cqtdeployer getDefaultTemplate qif -confFile "path/to/configFile.json"
|
||||
|
||||
## Note
|
||||
This option support work with all packages except of zip.
|
||||
If you want get more information about available packages see the packing [page](Package.md).
|
||||
If you want get more information about available packages see the packing [page](Packing.md).
|
||||
|
Loading…
x
Reference in New Issue
Block a user