Mobile Development

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.

The following configurations are supported in this Qt release:

DistributionArchitectureCompilerNotes
Android 8.0 to Android 13 (API level 26 to API 33)armeabi-v7a, x86, arm64-v8, and x86_64Clang 14.0.6 (NDK r25b) as provided by GoogleFor JDK versions see Java Development Kit (JDK)

Note: It's recommended that Qt user apps use the same NDK r25b version used for building these official Qt for Android libraries. An NDK version more recent than r23b is required if building a project results in an error of missing the symbols for __emutls_get_address.

iOS

There is support for developing Qt applications for Apple iPad and iPhone, via Qt for iOS. Qt Creator supplements Xcode for development and deployment.

Target PlatformArchitectureBuild Environment
iOS 14, 15, 16armv8 (arm64)Xcode 14 (iOS 16 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 for Mobile

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.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.