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
578 stars 87 forks source link

How can i include qt libs into my deb package qt #663

Closed ghost closed 3 years ago

ghost commented 3 years ago

Solved Thanks

EndrII commented 3 years ago

Try this commands :

cqtdeployer -bin myexecutable -qmake /path/to/qmake -qmlDir /path/to/my/qml/sources deb

For more examples see the documentations page.