0
votes
0answers
21 views

Packaging and uploading qt application [duplicate]

Possible Duplicate: How to create a debian source package with QT Creator? OK... I am now almost at the end of my nerves... and I'm just going to give up if somebody don't help me. I've ...
3
votes
1answer
84 views

How to create and submit package for Qt application

I have an application that I developed in Qt and Ubuntu. Its primary target is Windows but I prefer working in Ubuntu for all sorts of obvious reasons, so I rebuild it using Qt under XP and create an ...
0
votes
0answers
89 views

pbuilder gives an error when packaging Qt application into .deb on LinuxMint [closed]

I wanted to have a go at packaging a Qt app into a deb file to submit to the ubuntu software center so I made a small helloworld applicationa and followed the steps on this page.I get a problem when I ...
4
votes
2answers
334 views

How to make a .deb installer for PySide (Qt) project

I have made a small software using PySide, a GUI library for python using Qt. I have successfully built it into an executable for Ubuntu. ...
0
votes
2answers
250 views

How can I create an installation package?

I'm programming a Qt app in Ubuntu. Well, I'm newbie in Linux but good at Qt. I wanna know how to Create Qt Static Libraries(Qt has installed from Synaptic), Create an installation package and How to ...
4
votes
2answers
827 views

How to distribute applications?

I am new to Ubuntu development. As a learning experience, I have written a custom chat application using qt4 and I want to deploy it in some sort of setup file. Whats the easiest way of deploying an ...