Qt for the Symbian platform RequirementsQt for the Symbian platform requires the following software installed on your development PC:
Running Qt on real device requires the Open C and sqlite3 to be installed on the device. These installation packages are embedded into qt_installer.sis, which is included in Qt for Symbian binary package. If you are building Qt from scratch, you can find the sqlite3 package from under your Qt installation:
The Open C packages you can find in the Symbian SDK where you installed Open C/C++:
If you wish to do hardware debugging with Carbide or run applications in real devices using "make run" command, TRK must be installed to the device. Note: TRK is not required if you just want to install and run applications manually on the device.
We recommend you to take a look at Symbian Foundation - Qt Quick Start to get more information about how to setup the development environment. QtWebKit DependenciesQtWebKit depends on some extra development tools in addition to those required for the rest of Qt. Note: These dependencies are only needed if you use a source version of Qt. They are not required when using a prebuilt library. The dependencies are the same for Symbian as the host platform you are building on. Therefore, please refer to the Requirements page for your build platform, either Qt for Windows Requirements or Qt for X11 Requirements. For the most up to date information about QtWebKit dependencies, please refer to the QtWebKit wiki for Symbian See also Known Issues. |