QuasarApp / CQtDeployer

This project is used to deploy applications written using QML, qt or other С / С++ frameworks.
https://quasarapp.ddns.net:3031/docs/QuasarApp/CQtDeployer/latest/
GNU Lesser General Public License v3.0
570 stars 88 forks source link

Add the extraDepends option #760

Closed EndrII closed 1 year ago

EndrII commented 1 year ago

Work progress:

Bugs

Short option description:

Adds extra dependencies for package, if package is skipped, then for default package.

Sometimes we need to add into project one library that included in project only after run application. For example, libssl for Qt plugins.

Example:

cqtdeployer -extraDepends libssl.so 
cqtdeployer  -targetPackage  -extraDepends myExecutable;libssl.so