Qt 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:
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++:
nokia_plugin\openc\s60opencsis\pips_s60_<version>.sis
nokia_plugin\openc\s60opencsis\openc_ssl_s60_<version>.sis
nokia_plugin\opencpp\s60opencppsis\stdcpp_s60_<version>.sis
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. 注意: TRK is not required if you just want to install and run applications manually on the device.
to get more information about how to setup the development environment.
另请参阅 已知问题 .