
Originally Posted by
ltomuta
Qt 4.8 was already out for quite some time with the Nokia Belle FP1 firmware on devices such as Nokia 700 and Nokia 808 PureView. There is however no SDK update and there will not be one in the future either since the API delta between Qt 4.7.4 and Qt 4.8 foes not justify adding yet another target to the SDK.
If you're using the APIs provided by Qt 4.7.4 in the Anna target of the SDK you can deploy that app and it will run on all Symbian^3, Symbian Anna, Symbian Belle and Symbian Belle FP1/Refresh devices while if you would use a Qt 4.8 based target the resulting app would not work on devices which have only Qt 4.7.4. So you see, having one target only, providing one baseline API set, is the best choice.
Qt 4.8.x does have several changes (see the link in my signature) this is why you will have to test your application on a device with Qt 4.8 and ensure that your app still works as expected. At the same time, although your app is built with Qt 4.7.4 it will use the 4.8 libraries on the devices which have it so all the under the hood performance improvements (faster file system access, more reliable networking, ...) are going to be accessible to your application.