Ionutgavaz (Talk | contribs) (→Build, Run and Deploy Qt Application to Simulator) |
(→Create a new Qt project in Qt Creator) |
||
| Line 3: | Line 3: | ||
=== Create a new Qt project in Qt Creator === | === Create a new Qt project in Qt Creator === | ||
| - | * | + | * Open Qt Creator to begin designing a Qt application. Please create a simple Qt GUI project from the menu of Qt Creator, ''File'' > ''New File or Project'' > ''Qt GUI Application'' |
[[File:Qt simulator new.png]] | [[File:Qt simulator new.png]] | ||
| Line 11: | Line 11: | ||
[[File:Qt simulator new2.png|800px]] | [[File:Qt simulator new2.png|800px]] | ||
| - | *Choose the Qt Version as | + | *Choose the Qt Version as '''MeeGo SDK Simulator'''. This determines the Qt library which will be used to build the application. |
[[File:Qt simulator new3.png|800px]] | [[File:Qt simulator new3.png|800px]] | ||
| - | |||
=== Build, Run and Deploy Qt Application to Simulator === | === Build, Run and Deploy Qt Application to Simulator === | ||
Contents |
This page is a guideline of how to use Qt Simualtor in MeeGo SDK. It describes how to create a simple Qt GUI application, build it against Simulator Qt libraries and deploy it to Qt Simulator with MeeGo device modules. You can refer to the official Qt Simulator page for more details: Qt Simulator Manual
If the application is deployed successfully and you have chosen the model for MeeGo device, the application will be displayed in the Simulator.
Qt Simulator support user defined device module, you can refer to this article: Adding New Device Models for Qt Simulator to add a new device module.