ref #560 documentation correction

This commit is contained in:
Oleg-designer 2021-05-25 10:09:40 +03:00
parent cc7a3dbfe2
commit 3c5c4722e0
3 changed files with 3 additions and 3 deletions

View File

@ -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.
*/

View File

@ -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.

View File

@ -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).