(categorise, wikify section headings, wikify lists) |
|||
| (6 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
This document describes how to configure Qt Creator to use the MeeGo toolchain. | This document describes how to configure Qt Creator to use the MeeGo toolchain. | ||
| - | + | == Create a MeeGo touch project == | |
| + | |||
<ul> | <ul> | ||
<li>Go to the menu: File > New File or Project > Qt Application Project > Meego Touch Framework Application. </li> | <li>Go to the menu: File > New File or Project > Qt Application Project > Meego Touch Framework Application. </li> | ||
| + | [[File:Qtcreator-mtf.png]] | ||
<li>At the end of project creation, you will see the "Project setup" dialog. Choose a MeeGo QtVersion (The same of the QtVersion is the same as the target you selected during installing MeeGo SDK). <br /> | <li>At the end of project creation, you will see the "Project setup" dialog. Choose a MeeGo QtVersion (The same of the QtVersion is the same as the target you selected during installing MeeGo SDK). <br /> | ||
| - | + | [[File:Project-select-QtVersion.png]] | |
</li> | </li> | ||
</ul> | </ul> | ||
| - | + | == Build, run and deploy the application== | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | < | + | * First launch the QEMU MeeGo emulator. Click the "Start Meego emulator" icon near the bottom left corner of Qt Creator:<br />[[File:Start_qemu.png]] |
| + | * Click the "Run" icon to run your application. Qt Creator will package and deploy your application to QEMU or tablet device and start it on the target. | ||
| + | * You can see the window of your application in QEMU or tablet device.<br />[[File:Tablet-run-app.png]] | ||
| - | + | == Debug the application == | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | * You can debug the application by clicking the "Debug" icon. | |
| - | + | * You can also set breakpoints and step the same as local applications. | |
| - | + | * For more information on debugging, see [[SDK/Docs/1.1/Debugging with Qt Creator|Debugging with Qt Creator]] | |
| - | + | ||
| - | + | == Known Issues == | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | * For QEMU, it is important to check your graphics capability. See [[SDK/Docs/1.1/MeeGo SDK Graphics Acceleration|SDK Graphics Acceleration]] | |
| - | + | ||
| - | + | [[Category:SDK]] | |
| - | + | [[Category:Meego-1.2]] | |
| - | + | [[Category:Linux]] | |
| - | + | ||
| - | + | ||
This document describes how to configure Qt Creator to use the MeeGo toolchain.
Contents |