Symbian developer community

 
wiki

Qt Q&As

From Symbian Developer Community

Jump to: navigation, search
Stub

This is a stub page.
You are encouraged to extend/expand it as discussed in Document Creation Workflow.


This article is intended to serve as an FAQ guide for those

  • new to Qt but familiar with the Symbian platform
  • familiar with Qt but new to Symbian C++

Please help us fill out this page by posting your favourite question and answer pairs here.

See also the following Qt FAQs and issues on Qt's Gitorious repository:

What version of Qt should I use?

The latest version.

The smart installer will automatically update the version of Qt on your phone to the latest version.

What Qt SDK should I use?

The easiest SDK to install is the Nokia Qt SDK, which is described in the Qt Quick Start. This is suitable if you're writing pure Qt applications that do not directly depend on any Symbian C++ code.

If you need to write code that depends on Symbian C++ you should install a traditional Qt for the Symbian platform SDK over a standalone Symbian C++ SDK, as described in Using Qt with Standalone SDKs.

At time of writing the Nokia Qt SDK is based on Qt 4.6.2 while the standalone SDKs are based on Qt 4.6.3.

Comments

Sign in to comment…