注意,symbian在V3 FP2之后才正式支持QT的,也就是说V5也是支持的。
1. Symbian SDK的安装(用CarbIDe C++ 2.0做IDE)
Active Perl Installation
- Download Active Perl from http://www.activestate.com/activeperl/
- install it to C:/Perl or any directory that doesn't contain space character
CarbIDe C++ Installation
- Download CarbIDe C++ 2.0 from http://www.forum.nokia.com/info/sw.nokia.com/id/dbb8841d-832c-43a6-be13-f78119a2b4cb.html
- install it to C:/ (in case if you installed Perl in different drive,you have to install CarbIDe C++ to the same drive as Perl)
SerIEs 60 SDK Installation
- Download SerIEs 60 3rd SDK FP1 or SerIEs 60 3rd SDK FP2 or SerIEs 60 5th SDK 1.0 from http://www.forum.nokia.com/Tools_Docs_and_Code/Tools/Platforms/S60_Platform_SDKs/ (I suggest you to download S60 3rd SDK FP2 for button-based application and S60 5th SDK 1.0 for touch-based application)
- install it to the same drive as Perl and CarbIDe C++
安装完上面三个软件,就可以进行symbian的软件开发了,当然还要测试一些SDK有没有正确安装,可以通过创建一个工程来检验。
2. Qt for symbian的安装
Install Open C/C++ Plugin
Open C Plugin is required by Qt for Symbian. To install it:
- Download latest version of Open C/C++ Plug-in from http://www.forum.nokia.com/info/sw.nokia.com/id/91d89929-fb8c-4d66-bea0-227e42df9053/Open_C_SDK_Plug-In.html
- Install it to desired SDK (In case you need to install the plug-in to multiple SDK,you have to do the installation one by one)
Install Qt for Symbian SDK
- Download latest version of Qt for Symbian windows installer from http://qt.nokia.com/downloads (Download LGPL version)--注意,下载地址还是用:http://download.qt.nokia.com/qt/source/这个吧,在里面找到最新版本的。
- Install it to same drive as SerIEs 60 SDK (Make sure that your selected directory does not contain any space character)
- In installation process,you will be requested to choose the SDK(s) to install Qt,please select all SDK(s) you want.
3. Setup Qt on CarbIDe C++
Now you have to setup CarbIDe C++ to kNow Qt path. To do that,please do the following step:
- Open CarbIDe C++ 2.0
- On the menu bar,choose Window -> Preferences
- Select Qt on the left pane and then press Add
- Enter Version name and browse for Qt Bin Path and then click Finish
完成后就可以创建QT for symbian的工程做测试的,注意安装Qt for Symbian SDK时一定要找对安装包,不然创建工程会失败。
总结以上是内存溢出为你收集整理的QT for Symbian SDK安装全部内容,希望文章能够帮你解决QT for Symbian SDK安装所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)