Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Building Applications for Symbian1 with Qt SDK 1.1
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]