Skip to content

butzist/playground-qtqmlandroid

 
 

Repository files navigation

# QML for Android

QML wrappers for native Android controls.

## Introduction

This project was forked from:
https://github.com/qtproject/playground-qtqmlandroid

This is a former Qt hackathon project born in November 2014.
Credits for the original idea and the groundwork go to Attila Csipa:
- http://achipa.blogspot.no/2014/11/qml-wrappers-for-native-android.html
- http://achipa.blogspot.no/2014/11/native-ui-in-qt-on-android-without.html

## Requirements

- Docker

## Installation

- Build and run Docker container
  docker build -t qtqmlandroid docker/
  docker run -ti --rm -v $PWD:/build -w /build qtqmlandroid

- Execute build in container:
  ./docker/build.sh

## Notes

The Android 5.x dependency is not going to stay. Proper Android version
handling is just missing for the time being. The goal of the hackathon
project was to create a visually stunning demo, not a polished product. ;)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.9%
  • Java 4.7%
  • QMake 4.0%
  • Other 0.4%