# CQtDeployer
[](https://snapcraft.io/cqtdeployer)
[](https://snapcraft.io/cqtdeployer)
# 
****************************
## Support the project

We have a cqtdeployer extended support [subscription](https://www.patreon.com/QuasarApp)
on the Patrion service.
* We'll help you solve your deployment issues personality.
* All your tasks needed to solve your issues will have top priority.
Also, if you just want to support the project, you can subscribe to the general subscription plan on patrion
If you can't use Patreon, you can send **bitcoin** to support us and our work.
If you want to get support for bitcoin payment, write to me in [telegramm](https://t.me/Endrll)
## bitcoin address

**bc1q3jnx7pleh7rxg6nm6navvuwwpd9znxvd4lye62**
## 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.
## Supported platforms:
*
*
## Supported processors architectures:
* x86
* x86-64
* ARM
* ARM64
## How to use
#### Example: `cqtdeployer <-bin [params]> [options]`
See the list of all options [here](md/en/Options.md)
#### Example: `cqtdeployer -bin myApp -qmlDir ~/MyAppProject/qml -qmake ~/Qt/6.3.1/gcc_64/bin/qmake clear`
## More examples
#### Deployed project structure:
``` bash
#linux
cqtdeployer -bin Guitar
#windows
cqtdeployer -bin Guitar.exe -qmake /path/to/qmake.exe
```