BlinCT
BlinCTJan. 4, 2019, 2:55 a.m.

SNAP Lesson 04. Working with deployment for Qt applications based on a snap package

I welcome everyone to the continuation of the topic of working with snap packages.
It often happens that a developer needs to know all the dependencies of an application. And it's not easy to find out if one library has a dependency on another.


And in order to build a snap package with all the dependencies, which is very important.
And now I will demonstrate to you the operation of an interesting application called cqtdeployer. The principle of operation is such that it needs to feed the application binary and the path to the qml directory, and cqtdeployer will collect all its qt dependencies for you.

This project is on the git, but since it has already been built and is in the snap package, there is no point in copying it from the git.

  1. Installation (--classic this key, as I wrote earlier, indicates that the application has, like the deb package, access to the system)

    snap install cqtdeployer --classic

  2. We clone the test project, with which we will get its dependencies, and build our snap package

    git clone https://github.com/QuasarApp/Console-QtDeployer.git 
    Console-QtDeployer/examples/TestQMLWidgets (go to project directory)

  3. We build the TestQMLWidgets.pro project (either via the console or from Qt Creator)

  4. Now we start collecting all the dependencies of this application

    cqtdeployer -bin ./build/TestQMLWidgets -qmake /path/to/your/qmake/bin/qmake -qmlDir ./ -targetDir ./distro

  5. cqtdeployer is the name of the snap package itself (and then we feed it arguments)

  6. -bin : after the path to the program binary
  7. -qmake : path to qmake of exactly the version with which we built this application
  8. -qmlDir : path where to put the deploy. If you specify ./ then a directory with what we need will appear near the project binary
  9. -targetDir : directory name where to put dependencies

After all the manipulations, we execute the command to build the snap package

snapcraft

и его установки

snap install cqtdeployerexample_0.1_amd64.snap --dangerous

Запуск снап пакета

cqtdeployerexample

Вот в принципе и всё. Теперь, если вы пишите ваши приложения на Qt, то без проблем сможете понять и получить все нужные либы и плагины.
Всем спасибо и оставайтесь с нами.

Отдельную благодарность разработчику данного приложения.
QuasarApp

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!

Andrei Yankovich
  • Feb. 26, 2019, 1:34 a.m.
  • (edited)

По поводу установки

Разработчики snap отключили возможность устанавливать приложение в класическом режиме и из-за этого утилита может работать не правельно.
до тех пор пока билд в snapstore не будет обновленн, можно использовать сборку из gitHub

Andrei Yankovich
  • April 8, 2019, 9:48 a.m.
  • (edited)

CQDeployer обновился и работает корректно. теперь можно пользоватся сборкой с snap store

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
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 аналогично. Могу предположить, что из-за более новой верси…
k
kmssrFeb. 9, 2024, 5:43 a.m.
Qt Linux - Lesson 001. Autorun Qt application under Linux как сделать автозапуск для флэтпака, который не даёт создавать файлы в ~/.config - вот это вопрос ))
Now discuss on the forum
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 для меня не была возможна, ибо он писался…
9
9AnonimOct. 25, 2024, 7:10 p.m.
Машина тьюринга // Начальное состояние 0 0, ,<,1 // Переход в состояние 1 при пустом символе 0,0,>,0 // Остаемся в состоянии 0, двигаясь вправо при встрече 0 0,1,>…

Follow us in social networks