用于 Android 应用程序开发的 QT Lite

QT Lite for Android application development

我正在浏览过去几个小时的 QT Lite 文档,但没有找到任何关于如何使用 QT Lite 的有用文档。我想使用 QT Lite 进行 Android 和 iOS 应用程序开发。已阅读以下 links

  1. QT Lite Overview
  2. QT Lite and Configuration changes`
  3. QT Lite project information
  4. QT Lite as lightweight developer framwork

互联网上还有更多 link 提供了有关 QT Lite 框架的基本信息,来自这些 link

Qt 5.8 will include IoT-oriented “Qt Lite” technology that enables fine-grained configuration and supports small-footprint IoT gizmos without OpenGL. The Qt Company announced a Qt Lite project that aims to extend the Qt development framework to smaller footprint Internet of Things devices with as little as 16MB RAM and flash. The Qt Lite technology will initially appear in Qt 5.8, including a more flexible configuration system for the cross-platform development framework, as well as a new 2D renderer for devices that can’t run OpenGL. Qt Lite also provides a more accessible, lightweight set of development tools.

从上面 link 开始感觉 QT lite 可用于内存较少(< 16MB)的设备,需要低内存占用程序的设备 and/or IoT 类型的设备。

我的问题是我们可以使用 QT Lite 进行 Android 和 iOS 应用程序开发吗?如果是,我在哪里可以获得将现有 QT 5.8 项目移植和构建到 QT Lite 项目的步骤。参考 link 会有所帮助。

My Question is Can we use QT Lite for Android and iOS application development?

很快,是的。但 Qt Lite 是您自己构建的 Qt(从 5.8 开始)。您只需禁用一些对您来说不重要的功能,结果您会得到更小的 qt 库。

这似乎也是重复的问题:Qt Lite and configuration changes in Qt 5.8