Re: Qt 4.7.4 for Symbian^3
Basically you can not use Beta SDKs for deployment, thus either always use latest final SDK version, or wait untill there is final release of the version you are wanting to use.
Re: Qt 4.7.4 for Symbian^3
But it is final :) I'm not using Beta for Symbian Belle firmware. I'm using Qt 4.7.4 for Symbian Anna, as I already mentioned the only available stable target for Symbian^3 devices. Are there any other versions of Qt I can download somehow else except Qt SDK package manager? Thank you
Re: Qt 4.7.4 for Symbian^3
Ok, second time the same bug in Qt SDK. Previous release (1.1.3) missed Maemo target by hiding it, now all but Qt 4.7.4 for Symbian Anna are hidden. Problem is solved, I'll recompile app with older version of Qt. Thanks
Re: Qt 4.7.4 for Symbian^3
What SDK to use is depends on what is your target devices.
[QUOTE]Note for Qt 4.6.3 and Qt 4.7.3 development
Qt SDK 1.1.4 contains only the latest targets for developing applications for a particular Symbian platform. The targets for Qt 4.6.3 for Symbian and Qt 4.7.3 for Symbian^3 and Symbian Anna have been removed from Qt SDK 1.1.4. To develop for these targets, use Qt SDK 1.1.2. Once you have installed Qt SDK 1.1.2, to enable use of the earlier targets and App TRK, don’t run the SDK update as this will remove the features you need.
Please be aware that if you want to use Qt SDK 1.1.2 and the latest Qt SDK on the same computer, you should install them into separate user accounts.
Important information for apps targeting Symbian Belle
Please note that apps built with the Qt 4.7.4 Symbian Belle target that use Symbian C++ APIs cannot currently be submitted to Nokia Store, unless you limit their distribution to Symbian Belle phones only. For applications that are to be distributed to all Qt 4.7.4 enabled phones, we recommend you build against the Qt 4.7.4 Symbian Anna target.[/QUOTE]
regards,
rahul
Re: Qt 4.7.4 for Symbian^3
Thank you for info. But it's crazy to remove targets that are accepted by OVI store and make default the one that is not accepted :) Any way I installed the Qt 4.7.3 using the same trick as in Qt SDK 1.1.3 (SDKMaintenanceTool.exe --show-virtual-components)
Re: Qt 4.7.4 for Symbian^3
[COLOR="navy"]Please see the latest post regarding issues with Qt 4.7.4 - [url]http://www.developer.nokia.com/Community/Discussion/showthread.php?231122-ALERT-Limited-distribution-for-Qt-4.7.4-Applications[/url].
Andrew[/COLOR]
Re: Qt 4.7.4 for Symbian^3
but where we can get the issue description?
thanks
Re: Qt 4.7.4 for Symbian^3
[COLOR="navy"][QUOTE=vladest;871719]but where we can get the issue description?
thanks[/QUOTE]
The pertaining issue is store related and we are still trying to resolve this to ensure that apps built with Qt 4.7.4 are downloadable and fully functioning on our users devices with Symbian ^3 PS1/Anna firmwares. Sorry for the delay and I will update you on any further information on this
[/COLOR]
Re: Qt 4.7.4 for Symbian^3
Hope you can fix the issue soon and accept Qt 4.7.4 related stuff.
I'm not able to rebuild my app using 4.7.3, because QSystemStorageInfo is missed somehow in it and i don't want to install the the old SDK to be able to do a build using Qt 4.6.3...
So good luck to resolve the issue and be able to accept Qt 4.7.4 stuff soon.
Re: Qt 4.7.4 for Symbian^3
You don't need to install old SDK, just run SDKMaintenanceTool.exe --show-virtual-components from command line and select all targets you need ;)
Re: Qt 4.7.4 for Symbian^3
Thanks pippo2010, your trick worked to install Qt 4.6.3 into the current version of Qt Creator.
It turned out at building my app, that unfortunately i used some stuff that wasn't included in 4.6.3 yet.
@Nokia developers: Is there any progress or "schedule" to fix the store related issue?
The point is, many have started to develop using 4.7.4 already and it takes time to back port the code to 4.6.3. I can also see many useful bug fixes in 4.7.4 which i want to use.
If it takes half a year, well, then i'll go back to 4.6.3. But if you think it can get fixed in the next few weeks, i can wait.
Re: Qt 4.7.4 for Symbian^3
[QUOTE=Johnny_B;874244]Thanks pippo2010, your trick worked to install Qt 4.6.3 into the current version of Qt Creator.
It turned out at building my app, that unfortunately i used some stuff that wasn't included in 4.6.3 yet.
@Nokia developers: Is there any progress or "schedule" to fix the store related issue?
The point is, many have started to develop using 4.7.4 already and it takes time to back port the code to 4.6.3. I can also see many useful bug fixes in 4.7.4 which i want to use.
If it takes half a year, well, then i'll go back to 4.6.3. But if you think it can get fixed in the next few weeks, i can wait.[/QUOTE]
We are hoping this will be fixed in the coming weeks. I honestly do not have an ETA on this however. I will update you when I receive more information.