Andrei Yankovich
Andrei YankovichOct. 5, 2019, 3:35 p.m.

Release of C ++ / Qt deployment utility CQtDeployer v1.3.0


The release of the cross-platform utility CQtDeployer is presented. The utility received a number of new features. The source code for the CQtDeployer components is licensed under LGPLv3 and is freely available on GitHub . This utility is used as a universal tool for deploying C, C ++, Qt and QML-projects for desktop platforms.

The highlights:

  • The support of qt.conf for Linux is added.

    Now ctdeployer generates the qt.conf file during deployment for Linux as well as for windows. It means that you can make your own changes to the project structure after deployment.

  • The support of configuraton file of the project (deploy.json) is added.
    the file contains a set of deployment rules that are the same as the parameters of running the utility. It can greatly simplify the using of the utility in automatic deployment scripts.
    Use the flag -confFile [./path/to/file.json] to create deploy.json. The details about working you can find into official wiki of the project.

  • An ability to control the location of files in the destination directory is added.
    In other words the following flags are available now:
    • -qmlOut [Path] - the location path of the qml files.
    • -libOut [Path] - the location path of the libraries.
    • -trOut [Path] - the location path of the translations.
    • -pluginOut [Path] - the location path of the qt plagins.
    • -binOut [Path] - the location path of executable files.

So you can build your own hierarchy in the project depending on your needs.

  • The support of deploying WebEngine is added.
    Now cqtdeployer can deploy projects using WebEngine.
  • The support of multiple packages is added in the cqtdeployer's installer.
    Now the package manager contains the cqtdeployer package and cqtdeployer 1.3 for you to choose.
    The first one is a previous and stable version, the second version is the current one.
    Now you can quickly switch between versions.
  • The project is renamed into CQtDeployer
    It is due to the fact that CQtDeployer will also support the gui wrapper in the future, so the term "Console" is no longer relevant.
  • The deployment of system libraries in linux is fixed.
    Now you can use the deploySystem flag safely,because it will ignore the set of libc libraries by default, and your project will not be broken. You should use the deploySystem-with-libc flagI for existing the libc library libraries in your project.

  • The flag always-overwrite is changed into noOverwrite.
    now all the files are overwritten by default, use noOverwrite to disable overwriting.

The release includes online and offline builds for both windows and linux platforms.

You can also download the latest version of cqtdeployer in:

SnapStore

Get it from the Snap Store

We recommend hosting TIMEWEB
We recommend hosting TIMEWEB
Stable hosting, on which the social network EVILEG is located. For projects on Django we recommend VDS hosting.

Do you like it? Share on social networks!

Comments

Only authorized users can post comments.
Please, Log in or Sign up
ОК

Qt - Test 001. Signals and slots

  • Result:47points,
  • Rating points-6
A
  • Alena
  • Jan. 19, 2025, 10:41 p.m.

C++ - Test 005. Structures and Classes

  • Result:58points,
  • Rating points-2
OI

C++ - Test 001. The first program and data types

  • Result:40points,
  • Rating points-8
Last comments
ИМ
Игорь МаксимовNov. 22, 2024, 10:51 p.m.
Django - Tutorial 017. Customize the login page to Django Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
Evgenii Legotckoi
Evgenii LegotckoiNov. 1, 2024, 12:37 a.m.
Django - Lesson 064. How to write a Python Markdown extension Добрый день. Да, можно. Либо через такие же плагины, либо с постобработкой через python библиотеку Beautiful Soup
A
ALO1ZEOct. 19, 2024, 6:19 p.m.
Fb3 file reader on Qt Creator Подскажите как это запустить? Я не шарю в программировании и кодинге. Скачал и установаил Qt, но куча ошибок выдается и не запустить. А очень надо fb3 переконвертировать в html
ИМ
Игорь МаксимовOct. 5, 2024, 5:51 p.m.
Django - Lesson 064. How to write a Python Markdown extension Приветствую Евгений! У меня вопрос. Можно ли вставлять свои классы в разметку редактора markdown? Допустим имея стандартную разметку: <ul> <li></li> <li></l…
d
dblas5July 5, 2024, 9:02 p.m.
QML - Lesson 016. SQLite database and the working with it in QML Qt Здравствуйте, возникает такая проблема (я новичок): ApplicationWindow неизвестный элемент. (М300) для TextField и Button аналогично. Могу предположить, что из-за более новой верси…
Now discuss on the forum
n
nklyJan. 3, 2025, 1:52 p.m.
Нужно запретить перемещение только некоторых итемов, остальные перемещать можно. Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…
M
MarselAug. 17, 2023, 12:26 a.m.
OAuth2.0 через VK, получение email Спасибо большое за помощь и простите за то что отнял время своей невнимательностью.
Evgenii Legotckoi
Evgenii LegotckoiJune 25, 2024, 1:11 a.m.
добавить qlineseries в функции Я тут. Работы оень много. Отправил его в бан.
t
tonypeachey1Nov. 15, 2024, 5:04 p.m.
google domain [url=https://google.com/]domain[/url] domain [http://www.example.com link title]
NSProject
NSProjectJune 4, 2022, 1:49 p.m.
Всё ещё разбираюсь с кешем. В следствии прочтения данной статьи. Я принял для себя решение сделать кеширование свойств менеджера модели LikeDislike. И так как установка evileg_core для меня не была возможна, ибо он писался…

Follow us in social networks