You are not logged in.
Hi,
Is there a more or less standard/streamlined procedure to create a deployable package from a Qt Creator project?
Offline
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
That easy?
Offline
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