deploy your qt projects
# What is CQtDeployer
CQtDeployer helps you to extract all libraries your executable depends on and to create a launch script for your application.
Key differences of this program:
- Performance: this program deploys the application several times faster (up to 10 seconds)
- Flexibility: this application has flags that help you to configure the deployment for your or your project's needs
- Cross-deployment: this application supports Windows and Linux distributions. This means that you can deploy a project not only for the host platform, but also deploy a project for Windows target on Linux host and vice versa.
- Fast installers creation: Once the deployment is complete, you will receive a standalone installer for your distribution.
## How to use
see https://github.com/QuasarApp/CQtDeployer/tree/main/md
The version for Snap works in an isolated container, because of this the utility does not have access to system files and libraries (/lib/, /usr/lib/).
To allow access to system libraries, enable all permissions for cqtdeployer. This can be done in the snap-store Or starting with ubuntu 20.04 in the ubuntu application settings manager.
If you do not have the GUI then you can enable all permissions using next commands:
* sudo snap connect cqtdeployer:process-control
* sudo snap connect cqtdeployer:removable-media
* sudo snap connect cqtdeployer:system-backup