Qt: how to build QML apps for Symbian devices?
Posted
by
DaveJohnston
on Stack Overflow
See other posts from Stack Overflow
or by DaveJohnston
Published on 2010-10-13T22:43:11Z
Indexed on
2011/01/02
1:53 UTC
Read the original article
Hit count: 575
I am pretty new to Qt and I have just started looking at QML. There are some sample applications included with the Nokia Qt SDK for Symbian and I have managed to load them into Qt Creator and run them using the QML Viewer application on the desktop.
I would like to try some of the samples out on a device, but I am totally clueless as to how I would go about getting the qml files to run on a device. Are they first packaged into a sis file and installed or is the folder simply copied over? If so how is the app started on the device?
Having done some googling the only information I seem to be able to find says that the Qt libraries available for Symbian devices at the moment is only 4.6.3 whereas version 4.7.0 is required for QML apps? Does this mean that I won't be able to run QML apps on a device at the moment? (Device is S60 5th Edition)
Any help or pointers in the right direction for more information would be much appreciated.
© Stack Overflow or respective owner