You are not logged in.

#1 2012-01-26 13:02:30

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

How to wrap up C++ Qt Creator project into ABS/AUR?

Hi,

Is there a more or less standard/streamlined procedure to create a deployable package from a Qt Creator project?

Offline

#2 2012-01-26 13:32:18

Wittfella
Member
From: Australia
Registered: 2008-05-27
Posts: 462

Re: How to wrap up C++ Qt Creator project into ABS/AUR?

You mean create a PKGBUILD file?  You just use the same build commands in the PKGBUILD that you would do in a console.  eg. most Qt programs are built with a simple

> qmake
> make

Check out a few pkgbuilds from aur/abs for Qt apps for examples.

Offline

#3 2012-01-26 13:34:38

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Re: How to wrap up C++ Qt Creator project into ABS/AUR?

That easy?

Offline

#4 2012-01-28 01:29:22

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: How to wrap up C++ Qt Creator project into ABS/AUR?

You have to make a few more changes in the PKGBUILD file, but you pretty much only have to do it once. After that, the next time you make a package for your application you just use the same (or slightly modified) PKGBUILD file.

Offline

Board footer

Powered by FluxBB