Zhangxu221 (Talk | contribs) (Created page with "This document describes how to configure Qt Creator to use the MeeGo toolchain. <h2>1. Configuring Qt Creator to use the MeeGo toolchain</h2> <ul> <li>Start Qt Creator by select…") |
|||
| 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. | ||
| - | <h2> | + | <h2> Create a MeeGo touch project </h2> |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
<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> | ||
| - | <li>At the end of project creation, you will see the "Project setup" dialog. Choose | + | <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 /> |
<img src="https://otcshare.org/meego-tablet/system/files/qtcreator_mtf.png" width=650 alt="Qt Creator - create MTF application"/> | <img src="https://otcshare.org/meego-tablet/system/files/qtcreator_mtf.png" width=650 alt="Qt Creator - create MTF application"/> | ||
</li> | </li> | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
</ul> | </ul> | ||
| Line 56: | Line 20: | ||
<h2>6. Build, run and deploy the application</h2> | <h2>6. Build, run and deploy the application</h2> | ||
| + | |||
<ul> | <ul> | ||
| + | <li>First launch the QEMU MeeGo emulator. Click the "Start Meego emulator" icon near the bottom left corner of Qt Creator <br /> | ||
| + | <img src="https://otcshare.org/meego-tablet/system/files/qtcreator_runtime_configure.png" width=650 alt="Qt Creator - choose runtime option"/> | ||
| + | </li> | ||
<li> 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. </li> | <li> 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. </li> | ||
<li>You can see the window of your application in QEMU or tablet device. <br /> | <li>You can see the window of your application in QEMU or tablet device. <br /> | ||
| Line 63: | Line 31: | ||
</ul> | </ul> | ||
| - | <h2> | + | <h2> Debug the application</h2> |
<ul> | <ul> | ||
<li>You can debug the application by clicking the "Debug" icon. </li> | <li>You can debug the application by clicking the "Debug" icon. </li> | ||
| Line 74: | Line 42: | ||
<h1>Known Issues</h1> | <h1>Known Issues</h1> | ||
<ul> | <ul> | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
<li> Qt application can be built & deployed to the emulator, but it cannot be shown correctly. Only a black screen. | <li> Qt application can be built & deployed to the emulator, but it cannot be shown correctly. Only a black screen. | ||
</li> | </li> | ||
This document describes how to configure Qt Creator to use the MeeGo toolchain.
Contents |