Release of CQtDeployer 1.6, utilities for deploying applications

The QuasarApp development team has published the release of CQtDeployer v1.6, a utility for quickly deploying C, C++, Qt and QML applications. CQtDeployer supports the creation of deb packages, zip archives and qifw packages. The utility is cross-platform and cross-architecture, which allows you to deploy arm and x86 builds of applications under Linux or Windows. CQtDeployer assemblies are distributed in deb, zip, qifw and snap packages. The code is written in C++ and distributed under the LGPL 3.0 license.

Major changes:

  • Transition to the Cmake build system (previously qmake was used).
  • Transition to Qt6. Added support for Qt 6.4
  • Improved QML parser.
  • Added support for static assembly of CQtDeployer to facilitate installation on arm platforms.
  • Problems in the snap version that did not allow the full deployment of applications with Qt installed through the apt package manager have been resolved.
  • Deployment of qifw packages on Windows has been established.
  • New build options
    • CQT_DEPLOYER_TESTS - Disables or enables tests for the CQtDeployer project. Enabled by default.
    • CQT_DEPLOYER_TOOL - disables or enables the CQtDeployer console utility. Enabled by default.

Source: opennet.ru

Add a comment