Editing Packaging a Qt application

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 6: Line 6:
In order to create a new package for Maemo, from a qmake project, you will need to:
In order to create a new package for Maemo, from a qmake project, you will need to:
-
* Rename the source directory to <code>Package-Version</code> (for example myapp-0.1 for an application ‘myapp’ with a version of ‘0.1’)
+
* Rename the upstream source directory to <code>Package-Version</code> (for example myapp-0.1 for an application myapp with a version of 0.1)
-
* Create a ‘src’ directory in <code>Package-Version/</code>
+
* Create “src” directory in Package-Version/
* Copy all the files to the <code>src/</code> directory
* Copy all the files to the <code>src/</code> directory
* Rename <code>src/appname.pro</code> to <code>src/src.pro</code>
* Rename <code>src/appname.pro</code> to <code>src/src.pro</code>
Line 70: Line 70:
dh_make --createorig --single -e maintainer@email.org -c gpl
dh_make --createorig --single -e maintainer@email.org -c gpl
</pre>
</pre>
 +
 +
== Editing the rules file ==
== Editing the rules file ==

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)

Templates used on this page: