summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-04-18 10:17:11 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-04-18 08:18:40 +0000
commita5cf2901e68c1d1c7b5d882520ecc14b4c00b8a1 (patch)
treebd834796b099158d044bc14370a7f39a692b1cf8 /README
parent5bcb2bc74775e9385fc744f87af9e33c5761a902 (diff)
Update title, description, introduction, notes...
Change-Id: I25670299bc6f10b873fdb15606b3b773a56ed490 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 15 insertions, 6 deletions
diff --git a/README b/README
index 504ba7c..755cd16 100644
--- a/README
+++ b/README
@@ -1,4 +1,13 @@
-# QML bindings for native Android controls
+# QML for Android
+
+QML wrappers for native Android controls.
+
+## Introduction
+
+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
@@ -8,8 +17,8 @@
## Installation
-Build like any Qt module. It might be necessary to run 'make
-install' in 'src/java' until the build system is finalized.
+Build like any Qt module. It might be necessary to run 'make install'
+in 'src/java' until the build system quirks are fixed.
## Qt Creator
@@ -19,6 +28,6 @@ When building the example in Qt Creator, tick "Use Gradle" in
## 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.
+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. ;)