Document directory
- Let's talk about the demands on mobile phones.
- Let's talk about the requirements of PC-side development tools.
Previous articles on this blog have introduced how to compile and run the QT program on the s60 SDK.
Find them. Today, when I was using the new version, I encountered new problems. Based on the principles of keeping pace with the times and checking for missing vacancies, I also wrote them together.
Let's talk about the demands on mobile phones. If Nokia is needed
To run the QT program on the s60 series mobile phones, you need to first have the QT Runtime Library, because the QT library is not installed when the store sells your mobile phone (maybe later versions will be installed, but who knows how many future
So you need to install it yourself. Of course, the QT library will also depend on several other C and C ++ libraries, namely pips, openc_ssl, and stdcpp. For example, 4.5.2, basic
The library can be pips_s60_rj5_5b.sis.
Openc_ssl_s60_rj5_5b.sis
Stdcpp_s60_rj5_5b.sis
. Download the QT library and demo program in
Http://pepper.troll.no/s60prereleases/demos/
Directory. After installation, you can experience the QT application on your mobile phone. If you want to test your own Qt-4.6.0-beta program, You Need To Qt-4.6.0 the library files above, I prompt to QT when installing your own application
4.0.6 or later versions are not bugs. I have reviewed the documents in http://pepper.troll.no/s60prereleasesseveral times.
The location for downloading the Qt-4.6.0-beta library was not found. I had to help myself. If you have installed QT for Symbian
4.6.0-beta SDK, you can see two. sisfile fluidlauncher. Sis and
Qt. Sis, you need to install them. Similarly, the QT dependency library can be found in the installation directory at <epocroot> nokia_plugin/openc/s60opencsis/pips_s60 _ <version>. sis <epocroot> nokia_plugin/openc/s60opencsis/openc_ssl_s60 _ <version>. sis <epocroot> nokia_plugin/opencpp/s60opencppsis/stdcpp_s60 _ <version>. if you don't find any of the above. the sisfile indicates your open C/C ++
The plug-in is not installed. Click the link to download the plug-in.
To talk about the requirements of PC-side development tools, we should remind you that the carbide version must be 2.0.2 or later. The official version provided by Nokia is 2.0. When using version 2.0, you cannot create files for the following two platforms when creating the QT project.
The armv5 compiler charges fees, while the gcce compiler charges fees. You can download carbide later versions by using application developer Toolkit (ADT)
(Includes carbide. c ++ ide 2.0.4 ).
For more information about how to add the qt sdk plug-in to the carbide environment, see the following article.
Http://developer.symbian.org/wiki/index.php/Qt_Quick_Start#Carbide_Configuration
.
Address: http://www.cuteqt.com/articles/1115.html