(Created page with "=== Build an app for Qt Simulator, and run it with Qt Simulator=== * '''Note: MTF apps cannot be built with simulator currently, while Qt apps can be built.''' * Microsoft C++ Co...") |
(→Build an app for Qt Simulator, and run it with Qt Simulator) |
||
| Line 6: | Line 6: | ||
[[File:Untitled2.png|600px]] | [[File:Untitled2.png|600px]] | ||
| - | ==== Add Qt Simulator target ==== | + | ==== Add Qt Simulator target ==== |
| + | The target will be configured automatically after installation. Click 'Rebuild' button if 'Debugging helpers' is not with green correction sign. | ||
| + | |||
| + | [[File:meego-sdk-simulator-qtmsvc2008.png]] | ||
| + | |||
| + | Provided the configuation is not correct, follow the below steps to config it manually. | ||
* Launch Qt Creator | * Launch Qt Creator | ||
* Go to Tools->Options->Qt4->Qt Versions | * Go to Tools->Options->Qt4->Qt Versions | ||
| Line 31: | Line 36: | ||
[[File:Web-page-download-debugging-tools.png|600px]] | [[File:Web-page-download-debugging-tools.png|600px]] | ||
* If the CDB path had not been configured preperly, click 'Auto Detect' button to set it manually. | * If the CDB path had not been configured preperly, click 'Auto Detect' button to set it manually. | ||
| + | |||
| + | === Change Skins for Simulator === | ||
| + | After the Simulator launched, select the View->Device to change skins. | ||
| + | |||
| + | [[File:meego-sdk-simulator-skin.png]] | ||
Contents |
The target will be configured automatically after installation. Click 'Rebuild' button if 'Debugging helpers' is not with green correction sign.
Provided the configuation is not correct, follow the below steps to config it manually.
An alternative approach to add a new "Qt Version" is to use libraries of MinGW. Note, the component "Simulator Qt 4.7.2 - MinGW 4.4" should be installed firstly when installation or maintenance.
You need to install Debugging Tools for Windows for debugging apps with simulator.
After the Simulator launched, select the View->Device to change skins.