目前,Qt可以支持windows\linux\mac\android\ios。

Qt5.2的新功能:

Qt on Android

The Qt for Android port is now fully supported and ready for production use. Qt applications can be run on devices with Android v2.3.3 (API level 10) or higher and deployed easily to Google Play.

The tools have been nicely integrated with Qt Creator 3.0 for a seamless workflow and Qt applications can be developed, built, packaged and deployed all directly from within Qt Creator.

Qt Webkit is not supported on Android and we are working on providing a cross-platform API to integrate web content into mobile apps. If you you would like to incorporate web content into your Qt application, you need to use a native web component. To make interacting with native contents easier, we are providing the QtAndroid Extras modulewith a JNI convenience API.

Learn more about Qt forAndroid support.

Qt on iOS

Qt is now also fully supported on iOS. With the new Qt specific JavaScript engine, both Qt Widget and Qt Quick-based applications run well on iOS and are compatible with App Store policies.

Qt Creator 3.0 features experimental support for iOS development. For the most parts, you can use Qt Creator for your development workflow, but for signing and deployment, you will still need to use XCode.

Qt WebKit is also not supported under Qt for iOS and because of App Store policies, it will not be supported either. For now, you need to use the native WebKit in iOS. This can be done by using the native Objective-C libraries, which is possible with the iOS compiler, clang. The same approach can be used to add other platform-specific functionality like in-app purchasing into a Qt application.

Learn more about Qt foriOS support.


更多相关文章

  1. 详解Android中自定义View的invalidate,Handler和postInvalidate
  2. android source code 备忘
  3. android短信窃听器,娱乐版,效果可以实现
  4. android自动化测试[一]
  5. Android(安卓)EditText失去焦点可以干的事情
  6. AndroidStudio 支持Lambda表达式
  7. Android介绍
  8. Android历史版本
  9. FFmpeg 调用 Android(安卓)MediaCodec 进行硬解码(附源码)

随机推荐

  1. Android(安卓)源码中的设计模式
  2. Android单张图片查看、单指移动、双指缩
  3. Android 内功心法(1.3)——android常用设
  4. 8.腾讯微博Android客户端开发——自动获
  5. 详解Android通过修改配置文件设置wifi密
  6. Android(安卓)5.0 Uicc框架分析
  7. 启动一个没有界面的Activity
  8. Android 的启动流程-转
  9. 介绍自己的一个Android插桩热修复框架项
  10. Android(安卓)Studio中导入依赖库的方法