Contents |
The MeeGo software development process consists of:
In the analysis phase, read through the following sections:
//To be updated according to finalised content on the pages.//
To ensure the usability and user-friendliness of your application, take into consideration the following guidelines for MeeGo application development:
When you have created your project with Qt Creator, you can start coding your application.
To debug your application in Qt Creator, follow the instructions in Debugging with Qt Creator.
When you run your application with Qt Creator, an .rpm package is created automatically.
If you want to create a package of your application without running it, click Build All or select Build
Build Project "<project name>".
For an example of a Hello World application, see Creating_Hello_World.