Skip to content

Working demo and CI builds for MobileUI

License

Notifications You must be signed in to change notification settings

emericg/MobileUI_demo

Repository files navigation

MobileUI_demo

GitHub action GitHub action GitHub action GitHub action

A Qt6 / QML demo application for the MobileUI module.

You can report bugs or request features directly on the MobileUI issue page.

Screenshots

MobileUIs

About

Dependencies

You will need a C++17 compiler and Qt 6.5 LTS to run this demo as is, but you can adapt it up to Qt 6.8+ or down to Qt 5.15 if you want.
For macOS and iOS builds, you'll need Xcode (13+) installed.
For Android builds, you'll need the appropriates JDK (17) SDK (24+) and NDK (25+). You can customize Android build environment using the assets/android/gradle.properties file.

Building

$ git clone https://github.com/emericg/MobileUI_demo.git --recursive
$ cd MobileUI_demo/
$ qmake . # configure with QMake
$ cmake . # OR configure with CMake
$ make

License

The MobileUI_demo project, just like the MobileUI module, is licensed under the MIT license.

Emeric Grange emeric.grange@gmail.com