How to setup Qt Mobility: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Developing with Qt::QtMobility]] | |||
= Overview = | |||
The Qt Mobility a new suite of Qt APIs for supporting mobile device functionality. These APIs will enable cross-platform mobile application development. | |||
=== | === Setting up Qt Mobility === | ||
==== Using Nokia Qt SDK ==== | |||
Qt Mobility comes with the "Nokia Qt SDK":http://www.forum.nokia.com/Tools_Docs_and_Code/Tools/IDEs/Nokia_Qt_SDK/ Nokia Qt SDK. After you have installed the Nokia Qt SDK, if you have a Symbian device, you can install Qt and Qt Mobility libraries on your device from: | |||
Windows start menu > Nokia Qt SDK beta > Symbian > Install Qt libraries/QtMobility to Symbian Device | |||
Download the | ==== Using Qt Mobility archive on Symbian ==== | ||
Download the "archive package":http://qt.nokia.com/products/appdev/add-on-products/catalog/4/new-qt-apis/mobility and extract it to your development environment. | |||
The '''qtmobility.sis''' package must be installed on your Symbian device and the library archive '''qt-mobility-1.x.x-epoc32-5.0.zip''' must be extracted into your '''epoc32''' development environment folder. | The '''qtmobility.sis''' package must be installed on your Symbian device and the library archive '''qt-mobility-1.x.x-epoc32-5.0.zip''' must be extracted into your '''epoc32''' development environment folder. | ||
For more information read the ''' | For more information read the '''INSTALL.symbian''' file. | ||
Revision as of 10:46, 24 February 2015
Overview
The Qt Mobility a new suite of Qt APIs for supporting mobile device functionality. These APIs will enable cross-platform mobile application development.
Setting up Qt Mobility
Using Nokia Qt SDK
Qt Mobility comes with the "Nokia Qt SDK":http://www.forum.nokia.com/Tools_Docs_and_Code/Tools/IDEs/Nokia_Qt_SDK/ Nokia Qt SDK. After you have installed the Nokia Qt SDK, if you have a Symbian device, you can install Qt and Qt Mobility libraries on your device from:
Windows start menu > Nokia Qt SDK beta > Symbian > Install Qt libraries/QtMobility to Symbian Device
Using Qt Mobility archive on Symbian
Download the "archive package":http://qt.nokia.com/products/appdev/add-on-products/catalog/4/new-qt-apis/mobility and extract it to your development environment.
The qtmobility.sis package must be installed on your Symbian device and the library archive qt-mobility-1.x.x-epoc32-5.0.zip must be extracted into your epoc32 development environment folder.
For more information read the INSTALL.symbian file.