Browse by type

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.
cqtdeployer <-bin [params]> [options]See the list of all options here
cqtdeployer -bin myApp -qmlDir ~/MyAppProject/qml -qmake ~/Qt/6.3.1/gcc_64/bin/qmake clear #linux
cqtdeployer -bin Guitar
#windows
cqtdeployer -bin Guitar.exe -qmake /path/to/qmake.exe

qif option. #linux
cqtdeployer -bin Application qif
#windows
cqtdeployer -bin Application.exe -qmake /path/to/qmake.exe qif

qif and qifStyle options. #linux
cqtdeployer -bin Application qif -qifStyle quasar
#windows
cqtdeployer -bin Application.exe -qmake /path/to/qmake.exe qif -qifStyle quasar

#linux
cqtdeployer -bin Application qif -qifStyle path/to/myStyle.css
#windows
cqtdeployer -bin Application.exe -qmake /path/to/qmake.exe qif -qifStyle path/to/myStyle.css

See building and installation instructions on wiki page
See https://github.com/marketplace/actions/setup-cqtdeployer
- name: Install CQtDeployer
uses: QuasarApp/setup-cqtdeployer@v1.0.0
$ claude mcp add CQtDeployer \
-- python -m otcore.mcp_server <graph>