I have an application that uses qmake that I'd like to upload to my PPA.
How can I set up the package so that the project builds properly?
|
|
After a bit of searching: (okay, a lot of searching) This page seems to contain some information on setting up a Debian package that uses qmake. |
|||
|
|
|
The tutorial linked to is a bit old, but will still work. Though things should be much simpler now. debhelper's simplified rules files have supported qmake since version 7.4.12. Depending on any additional requirements of your package, a minimal rules file could be a small as:
|
|||
|
|