移动开发

Qt supports development and deployment of mobile applications.

The following pages contain information about setting up Qt Creator and how to get started with the mobile platforms:

Android

There is support for Android development in Qt 6. With Qt Creator, you can connect to devices, develop, test, and package Android applications.

分发 体系结构 编译器 注意事项
Android 6.0 或更高版本 (API 级别 21 或更高版本) armv7a , x86 , arm64-v8 ,和 x86_64 Clang 11.0.5 (NDK r22b) as provided by Google, MinGW 8.1

Apple 平台 - iOS tvOS 和 watchOS

There is support for various Apple mobile devices such as iPad, iPhone, Apple TV, and Apple Watch. Qt Creator supplements Xcode for development and deployment.

目标平台 体系结构 构建环境 注意事项
iOS 13, iOS 14 armv8 ( arm64 ) Xcode 12 (iOS 14 SDK)

Tools for Mobile Development

Qt Creator is the IDE for Qt development. Qt Creator creates project files, test and debug code, and connects to mobile devices. For Android, Qt Creator can sign and package APK files, ready for publishing to Google Play. Xcode is necessary for development on Apple platforms and Qt Creator can create project files and connect to Apple devices for testing.

用于移动的设计工具

Design tools aid UI development by allowing designers to create layouts and animation that can be converted into Qt compatible formats. 2D and 3D assets created from design software can be integrated into Qt applications.