Building Applications for Symbian1 with Qt SDK 1.1

From Qt Wiki
Revision as of 14:08, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

English Български

Building Applications for Symbian^1 with Qt SDK 1.1

Description

Due to a bug at Qt SDK 1.1 [bugreports.qt.nokia.com] qmake generates pkg files which does not include support for Symbian^1 (Symbian S60 5th Edition). As a result a compatibility warning is displayed during installation of the sis file of the application on Symbian^1 devices and application cannot be published for them in Nokia Ovi Store.

Workaround

The bug is still not resolved but there is a workaround. To fix it go to \QtSDK\Symbian\SDKs\Symbian1Qt473\mkspecs\features\symbian\default_post.prf and replace the following code:

with

The modified code will allow you to build applications compatible to Symbian^1 (Symbian S60 5th Edition), Symbian^3 and Symbian^4.

See also

S60_VERSION and SYMBIAN_VERSION qmake variables are Unknown in Symbian^1 builds [bugreports.qt.nokia.com]
S60 Platform and device identification codes [wiki.forum.nokia.com]

Categories: