CQtDeployer

This project is used to deploy applications written using QML, qt or other С / С++ frameworks.

LGPL-3.0 License

Stars
571
Committers
17

Bot releases are visible (Hide)

CQtDeployer - CQtDeployer v1.5.4.11

Published by EndrII over 2 years ago

Simple bug fixes update CQtDeployer v1.5.4.11

Get it from the Snap Store

What's Changed

Full Changelog: https://github.com/QuasarApp/CQtDeployer/compare/1.5.4.10...1.5.4.11

CQtDeployer - 1.5.4.10

Published by EndrII almost 3 years ago

Simple bug fixes update CQtDeployer v1.5.4.10

Get it from the Snap Store

What's Changed

Full Changelog: https://github.com/QuasarApp/CQtDeployer/compare/1.5.4...1.5.4.10

CQtDeployer - CQtDeployer v1.5.4.9

Published by EndrII almost 3 years ago

Simple bug fixes update CQtDeployer v1.5.4.9

Get it from the Snap Store

CQtDeployer - CQtDeployer v1.5.4.8

Published by EndrII almost 3 years ago

Simple bug fixes update CQtDeployer v1.5.4.8

Get it from the Snap Store

What's Changed

New Contributors

Full Changelog: https://github.com/QuasarApp/CQtDeployer/compare/1.5.4...1.5.4.8

CQtDeployer - CQtDeployer v1.5.4.7

Published by EndrII about 3 years ago

Simple bug fixes update CQtDeployer v1.5.4.7

Get it from the Snap Store

What's Changed

Full Changelog: https://github.com/QuasarApp/CQtDeployer/compare/1.5.4...1.5.4.7

CQtDeployer - CQtDeployer v1.5.4.5

Published by EndrII about 3 years ago

Simple bug fixes update CQtDeployer v1.5.4.5

Get it from the Snap Store

CQtDeployer - CQtDeployer v1.5.4.4

Published by EndrII about 3 years ago

Simple bug fixes update CQtDeployer v1.5.4.4

Get it from the Snap Store

CQtDeployer - CQtDeployer v1.5.4.3

Published by EndrII about 3 years ago

Simple bug fixes update CQtDeployer v1.5.4.3

  • Fix custom icons #659

Get it from the Snap Store

CQtDeployer - CQtDeployer v1.5.4.1

Published by EndrII about 3 years ago

Simple bug fixes update CQtDeployer v1.5.4.1

  • Fix windows shortcuts

Get it from the Snap Store

CQtDeployer - CQtDeployer v1.5.4

Published by EndrII about 3 years ago

Release of the C++/Qt and QML application deployment utility CQtDeployer v1.5.4

Get it from the Snap Store

Change log

New options

  • qifConfig - Sets a custom path to the configure file of the qt ifw installer. By default it is qif/config/config.xml #653
  • qifPackages - Sets a custom path to the packages directories. By default it is qif/packages #653
  • qifResources - Sets a custom path to the resources files. By default this option is skipped #653
  • debOut - Sets name of the output debian file. This option can be work with multiple packages
  • zipOut - Sets name of the output zip arrhive. This option can be work with multiple packages

Bug fixes

  • fixed crossdeploy linux -> windows #652
CQtDeployer - CQtDeployer v1.5.3

Published by EndrII about 3 years ago

Release of the C++/Qt and QML application deployment utility CQtDeployer v1.5.3

Get it from the Snap Store

Complete list of all changes

New options

  • installDirDeb - Sets install target directory for debian package (by default it is /opt path) #640
  • installDirQIFW - Sets install target directory for installers (by default it is /home path) #640

Bug fixes :

  • Fix warning on installer fix #628
  • Added support validation input options of the command line fix #421
  • Added Error message for conflict between libDir and targetDir options #629
CQtDeployer - CQtDeployer v1.5.2

Published by EndrII over 3 years ago

Release of the C++/Qt and QML application deployment utility CQtDeployer v1.5.2

Get it from the Snap Store

Complete list of all changes

New parameters

  • Added qifOut option for set name of the output installer
  • Added disableRunScript option for disabling the generation of run script for selected targets
  • Added disableShortCut option for disabling the generation of shortcut for selected targets

Fixes

  • Fix documentation
  • Fix deploy openssl libraries
CQtDeployer - CQtDeployer v1.5.1

Published by EndrII over 3 years ago

Release of the C++/Qt and QML application deployment utility CQtDeployer v1.5.1

This is simple bug fix release of the CQtDeployer 1.5.

Get it from the Snap Store

Complete list of all changes

  • Fix deploy multi target Debian packages
  • Fix deploy qt6 qml applications
CQtDeployer - CQtDeployer v1.5.0

Published by EndrII over 3 years ago

Release of the C++/Qt and QML application deployment utility CQtDeployer v1.5.0

This is the first major update in 2021. CQtDeployer 1.5 contains many useful improvements. The biggest improvements are the addition of the ability to package deb packages, and the ability to use your own packaging template for the qt install framework.

Get it from the Snap Store

Complete list of all changes

CQtDeployer 1.5.0

New features

  • Added new theme of qif installer "quasarDark".
  • Added support of work with custom template for qif option.
  • Added support of debian packages.
  • Added support of targets icons. now the icon option work with targets but not packages.
  • Added support of the control custom translation files.
  • Added support the deploy nonexecutable data. (extraData option)
  • Added envirement variables for deployed applications.
  • Added support of the generate deb packages.
  • Added support of the generate zip arrhives.
  • Added support create a qif installer using custom template
  • Added command for init default qif and deb templates (getDefaulttemplate)
  • Added support of import custom launch scripts
  • Added support of md5 packages hashes
  • Added support of Qt6.1

Fixes

  • Fixed stability for the deploySystem option on windows
  • Fixed verbose log.
  • Fixed general output log.
  • Fixed typo errors in log.
  • Fixed cross-deployment for ARM platform .
  • Fixed deploy Qt6 qml
  • Fixed powershell commands on Windows
  • bug fixes and improvements.

New Envirement Variables

  • CQT_RUN_FILE - This variable contains path to the run script of the using application.
  • CQT_PKG_ROOT - This variable contains path to root of the current package.

New parameters

  • zip - create a ZIP archive for deployable programm
  • deb - Create the deb package for deployable programm
  • homepage - Sets the homepage url for a package
  • noQt - Ignors the error of initialize of a qmake. Use only if your application does not use the qt framework
  • allowEmptyPackages - Allows configure the empty packages.
  • getDefaultTemplate - Extracts defaults deb or qif templates.
  • tr - Adds qm files into the translations folder.
  • extraData - Adds the extra files or directories like a target. The selected directory will be copy to the extraDataOut location with save own structure.
  • extraDataOut - Sets path to extra data files out directory.
  • prefix - Sets the prefix for the package relatively a target directory
  • homePage - Sets the homepage url for a package
  • binPrefix - Sets prefix for bin option.
  • noHashSum - Disables campute hashes of packages

Deprecated and removed options

  • deploySystem-with-libc - instead of this option use the deploySystem option.
  • allQmlDependes - instead of this option use the qmlDir option.
CQtDeployer - CQtDeployer v1.4.7

Published by EndrII almost 4 years ago

Qt6 support Update !!!

logoqt6

Deploy qt6 on linux and windows.

CQtDeployer 1.4.7

Corrections

  • Fixed deploy the qxcb plugin. #438
  • Fixed deploy the qtGui module. #446

New Features

  • Added support deployment of Qt6 #437
  • Added support of Qt installer Framework 4 (with improved command line interface experience) #436

Исправления

  • Исправлено развертывание плагина qxcb. #438
  • Исправлено развертывание модуля qtGui. #446

Новые возможности

  • Добавлена поддержка Qt6. #437
  • Добавлена поддержка Qt installer Framework 4 (с улучшенным интерфейсом командной строки) #436

Get it from the Snap Store

CQtDeployer - CQtDeployer v1.4.6

Published by EndrII about 4 years ago

This is minor bug fixes update.

CQtDeployer 1.4.6

Corrections

  • Fixed deploy sql drivers #367
  • Fixed algorithm of deploy libraryes. #423 #371
  • Fixed working with a qt from the linux system repository. (classic instaler only) #422
  • Fixed snap version of cqtdeployer, added support for qmake search by RPATH #424 #420
  • Fixed help message.
  • Removed deprecated option extractPlugins. #371
  • Minor bug fixes and improvements.

New options

  • noQt - Ignore the error of initialize of a qmake. Use only if your application does not use the qt framework.

Исправления

  • Исправлено развертывание драйверов sql #367.
  • Исправлен алгоритм развертывания библиотек. #423 #371
  • Исправлена работа с qt из системного репозитория linux. (только классический установщик) #422
  • Исправлена snap версия cqtdeployer, добавлена поддержка поиска qmake по RPATH #424 #420
  • Исправлен хелп.
  • Удалена устаревшая опция extractPlugins. #371
  • Мелкие исправления и улучшения.

Новые параметры

  • noQt - игнорирует ошибку инициализации qmake. Используйте только в том случае, если ваше приложение не использует платформу qt.

Get it from the Snap Store

CQtDeployer - CQtDeployer v1.5.0 Alpha

Published by EndrII about 4 years ago

This is preview version for testing only.

CQtDeployer 1.5.0 Alpha

Corrections

  • bug fixes and improvements.

New Features

  • Added a new Theme for qif installer "quasarDark".

New options

  • zip - create the ZIP arhive for deployement programm

CQtDeployer 1.5.0 Alpha

Исправления

  • исправления ошибок и улучшения.

Новые особенности

  • Добавлена новая тема для установщика qif "quasarDark".

Новые параметры

  • zip - создать ZIP-архив для развертываемых программ

Get it from the Snap Store

CQtDeployer - CQtDeployer v1.4.5

Published by EndrII over 4 years ago

This update was aimed at optimizing the size and deployment speed of the resulting applications.

CQtDeployer 1.4.5

Corrections

  • Optimized project deployment performance. 60% faster.
  • Optimized output size of distributions. Size reduced by 25%.
  • Fixed display of shortcuts after installing deployed applications.
  • Fixed launching applications with spaces in the name. Thanks @ahndee (#384)
  • Fixed deployment of the Renderer plugin.
  • Minor bug fixes and improvements.

New Features

  • Added a new deployment plugin management system.

New options

  • extraPlugin - sets an additional path to third-party application plug-in
  • enablePlugins - enables additional plugins for distribution.
  • disablePlugins - disables plugins for distribution.

Исправления

  • Оптимизирована производительность развертывания проектов. На 60% быстрее.
  • Оптимизирован выходной размер дистрибутивов. Размер уменьшен на 25%.
  • Исправлено отображение ярлыков после установки развернутых приложений.
  • Исправлен запуск приложений с пробелами в имени. спасибо @ahndee (#384)
  • Исправлено развертывание плагина Renderer.
  • Незначительные исправления и улучшения.

Новые особенности

  • Добавлена новая система управления плагинами развертывания.

Новые опции

  • extraPlugin - устанавливает дополнительный путь к сторонним плагина приложения
  • enablePlugins - включает дополнительные плагины для распространения.
  • disablePlugins - отключает плагины для распространения.

Get it from the Snap Store

CQtDeployer - CQtDeployer v1.4.4

Published by EndrII over 4 years ago

This is minor bug fixes update.

Full review of new version see here.

List of changes

New options

  • qifFromSystem - force use system binarycreator tool of qif from path or qt.

Журнал изменений

Новые опции

  • qifFromSystem - Принудительно использовать системный инструмент binarycreator из path или qt

Get it from the Snap Store

CQtDeployer - CQtDeployer v1.4.3

Published by EndrII over 4 years ago

This is minor bug fixes update.

Full review of new version see here.

List of changes

Fixes

  • Fixed display of the application downloaded from the snap store and installers in the ubuntu 20.04 application settings menu

New features

  • added support recursive ignore for ignoreEnvirement #356

New options

  • noRecursiveiIgnoreEnv - Disables recursive ignore for ignoreEnv option.

Журнал изменений

Исправления

  • Исправлено отображение приложения скаченного из snap store и установщика в меню настроек приложений Ubuntu 20.04

Нововведения

  • Добавлена поддержка рекурсивного добавления для флага ignoreEnv #356

Новые опции

  • noRecursiveiIgnoreEnv - Отключает рекурсивное игнорирование переменной среды для флага ignoreEnv.

Get it from the Snap Store

Badges
Extracted from project README
cqtdeployer cqtdeployer