Andrei Yankovich
Andrei YankovichJune 20, 2019, 8:21 a.m.

Release of C ++ / QML application deployment utility CQtDeployer v1.2.3


After a month of development, a release of the cross-platform utility CQtDeployer v1.2.3 has been prepared. The source texts of the CQtDeployer components are shipped under LGPLv3 licenses.

What is new:

  • Added support for qt.conf for Windows builds

qt.conf is used to override plug-in paths and parameters. Prior to this fix, the application deployed for the Windows platform used standard paths, because of which the application could not find the plugins and qml files it needed. Most often repeated in cross-platform assemblies.

  • Fixed clear flag behavior, now flag deletes only copied files.

Previously, this flag deleted the entire target directory, which resulted in the loss of files that existed before deployment. This led to a lot of errors when working with QtInstallFramework.

  • Fixed flag ignoreEnv

This flag could skip the ignored environment if it was specified in the place with a slash at the end.
Example: ignoreEnv / my / path / skips the path / my / path, although it should be ignored.

  • Fixed the deploySystem flag

Builds prepared for Linux ( QIF , Snap ) and Windows

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!

b
  • Aug. 18, 2019, 6:09 a.m.
cqtdeployer 
/home/aleks/CQtDeployer/bin/cqtdeployer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /home/aleks/CQtDeployer/lib/libQt5Core.so.5)

linux mint

Qt установлен, что сделать чтобы заработало?

Andrei Yankovich
  • Aug. 19, 2019, 7:41 a.m.

это проблема дистрибутива,
попробуйте установить через пакетный менеджер snap

Суть проблемы:
libQt5Core которая лежит в дистрибутиве требует версию glibc >= 2.25 у вас видимо более старая версия.
если вы установите деплоер из пакетного менеджера snap он самостоятельно подтянет core с необходимой версией libc

установка из snap

# установка пакетного менеджера (если его у  вас нет)
sudo apt update 
sudo apt install snapd

# установка cqdeployer
sudo snap install cqtdeployer

# добовление разрешение на использование removable-media (флешки и прочие дополнительно монтируемые устройства)
snap connect cqtdeployer:removable-media

Comments

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

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:50points,
  • Rating points-4
m

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:80points,
  • Rating points4
m

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:20points,
  • Rating points-10
Last comments
ИМ
Игорь МаксимовNov. 22, 2024, 11:51 a.m.
Django - Tutorial 017. Customize the login page to Django Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
Evgenii Legotckoi
Evgenii LegotckoiOct. 31, 2024, 2:37 p.m.
Django - Lesson 064. How to write a Python Markdown extension Добрый день. Да, можно. Либо через такие же плагины, либо с постобработкой через python библиотеку Beautiful Soup
A
ALO1ZEOct. 19, 2024, 8:19 a.m.
Fb3 file reader on Qt Creator Подскажите как это запустить? Я не шарю в программировании и кодинге. Скачал и установаил Qt, но куча ошибок выдается и не запустить. А очень надо fb3 переконвертировать в html
ИМ
Игорь МаксимовOct. 5, 2024, 7:51 a.m.
Django - Lesson 064. How to write a Python Markdown extension Приветствую Евгений! У меня вопрос. Можно ли вставлять свои классы в разметку редактора markdown? Допустим имея стандартную разметку: <ul> <li></li> <li></l…
d
dblas5July 5, 2024, 11:02 a.m.
QML - Lesson 016. SQLite database and the working with it in QML Qt Здравствуйте, возникает такая проблема (я новичок): ApplicationWindow неизвестный элемент. (М300) для TextField и Button аналогично. Могу предположить, что из-за более новой верси…
Now discuss on the forum
m
moogoNov. 22, 2024, 7:17 a.m.
Mosquito Spray System Effective Mosquito Systems for Backyard | Eco-Friendly Misting Control Device & Repellent Spray - Moogo ; Upgrade your backyard with our mosquito-repellent device! Our misters conce…
Evgenii Legotckoi
Evgenii LegotckoiJune 24, 2024, 3:11 p.m.
добавить qlineseries в функции Я тут. Работы оень много. Отправил его в бан.
t
tonypeachey1Nov. 15, 2024, 6:04 a.m.
google domain [url=https://google.com/]domain[/url] domain [http://www.example.com link title]
NSProject
NSProjectJune 4, 2022, 3:49 a.m.
Всё ещё разбираюсь с кешем. В следствии прочтения данной статьи. Я принял для себя решение сделать кеширование свойств менеджера модели LikeDislike. И так как установка evileg_core для меня не была возможна, ибо он писался…

Follow us in social networks