Create a basic MeeGo application
Submitted by Bob Spencer on 11 February, 2010 - 09:37
This short tutorial describes how to create a very basic Qt application for MeeGo.
Start Qt Creator
Start the New Project Wizard
- Select menu item: File, New File or Project
- Select Qt4 Gui Application

Select a name and path for the project. We will call our project "HelloMeeGo"

Click "Next" through the rest of the wizard screens.



The project is now created. We can build and run it at this point.

Select the main window cpp file to edit it.

Add the highlighted lines below to your file to create a title, icon, menu, and label. For simplicity we borrow the nautilus icon.

Build the project and run.

Congratulations You have created your first MeeGo application.
