Saturday, March 2, 2013

Ubuntu - How to package Qt application (part 3)

Building .deb package

The last step of our packaging course is building .deb package. Go to folder which we created on desktop and run following command:

Friday, March 1, 2013

Ubuntu - How to package Qt application (part 2)

Creating Debian folder

 

 After the first part is finished now we need to make Debian folder which contains crucial informations for building your app. In this tutorial I'll use simple Qt application, it just displays Hello World on screen.