Use qtcreator 1.3 to develop a Symbian Program

Source: Internet
Author: User

Added support for developing Symbian programs in the release of qtcreator 1.3. The document says this is an experimental function. I tried it as a mouse and it worked properly.

The following are my operations. 1. Grain and grass are not active. The installation must be installed first, basically the same as the development requirements using carbide.

A. s60 Platform SDK 3rd edition FP1 or later

B. install Open C/C ++ v1.6.0 or later on your s60 SDK.

C. gcce's arm compiler or rvct. It is said that the latter is expensive and programs are added to the Windows environment variable path.

D. qt for Symbian 4.6.0 is also installed on your s60 SDK. if you want to develop a QT program that can run on your mobile phone, you must install the QT installation file first. For more information, see run the QT program on the Nokia mobile phone. if you want your program to run on the Symbian SDK simulator, You have to install carbide. 2. Set the QT option in qtcreator. The menu path is tools-> OPTIONS... -> Qt4-> QT versions. generally, qtcreator has automatically detected the installed QT version. You need to configure the gcce path and the version you want to edit, I suggest you configure all of them. 3. the core idea of configuring which compilation environment to use is to call the qmake and make applications.
. Select projects in the left-side Toolbar of the main interface of qtcreator. The project configuration page is displayed. Find the configuration that can be used from the build settings drop-down menu. If the Add button is not selected, add it to the new QT platform, two entries, debug and release, are automatically generated. Click Show Details in the displayed dialog box to view the configuration details. After configuring the QT compilation platform, go back to the Edit page on the main interface and right-click the project name to configure the compilation options for the current project. For example, execute the compilation command, the generated application will be under the epoc32releasewinscwudeb directory 4. set the runtime environment. Find the run settins place on the projects page like step 3. Set or add the configuration of the program to be run. You can select the Symbian emulator
. Go back to the Edit page of the main interface, right-click to configure which option to run. 5. Run. Wait for the s60 simulator to take a long time. If an error occurs, click Application output at the bottom to see what the problem is. Reproduced from: http://www.cuteqt.com /? P = 1150

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.