Table of Content
English Български Spanish
Русский
How to configure Qt Creator to work with real devices
The purpose of this tutorial is to describe how to configure Qt Creator to work with real devices. The example demonstrates how to configure Qt Creator deployed with MeeGo SDK to work with MeeGo netbook.
Configure Qt Creator
- Open Qt Creator and select existing or create new Qt project
- Select Tools > Options
- Click Project and after that select MeeGo Device Configurations tab.
- Select Remote Device and enter all required fields

Prepare the device
- Run Terminal and allow connection for clients from any host by executing the following command:
- xhost +
Video Demo
See also
- Basic Qt Programming Tutorial [developer.qt.nokia.com]
- Installing mad-developer component for MeeGo Netbook and Tablet devices [developer.qt.nokia.com]
References
- Getting started with the MeeGo SDK for Windows [wiki.meego.com]
- Getting started with the MeeGo SDK for Linux [wiki.meego.com]

