Qt SDK provides all the necessary tools and libraries for developing Qt applications. However, if you want to build Qt itself for Symbian, follow the instructions below.
Qt for the Symbian platform requires the following software installed on your development PC:
Note: It may be necessary to update the Carbide compiler depending on Carbide version. See here for instructions how to check your compiler version and how to patch it, if needed.
Note: According to Symbian, version 5.6.1 build 638 is mandatory for building Symbian applications, but that version is no longer available from ActiveState. However, Qt for Symbian has been successfully compiled using both 5.8.x and 5.10.x versions.
Building Qt tools from scratch requires MinGW 3.4.5 or higher, or another windows compiler.
Note: This is not required if you are using pre-built binary package.
Building Qt libraries requires RVCT version 2.2 (build 686 or later), which is not available free of charge. Usage of later versions of RVCT, including the 3.x and 4.x series, is not supported in this release.
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:
src\s60installs\sqlite3.sis
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.
Application TRK. Choose the correct installation package based on the S60 version of your device (S60_<S60-version>_app_trk_<TRK-version>.sisx).