summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-04-12 11:12:22 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-04-12 11:12:22 +0200
commit5bcb2bc74775e9385fc744f87af9e33c5761a902 (patch)
treecae7ae59d5a0832709f1c4a76b82482e8245cccf /README
parent1e968c2be3f05efe8789b4ede14bd94a9e12adc7 (diff)
Add README
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..504ba7c
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+# QML bindings for native Android controls
+
+## Requirements
+
+- Qt 5 dev (5.6.0)
+- Android 5.x
+- Gradle
+
+## Installation
+
+Build like any Qt module. It might be necessary to run 'make
+install' in 'src/java' until the build system is finalized.
+
+## Qt Creator
+
+When building the example in Qt Creator, tick "Use Gradle" in
+
+ Projects -> Build & Run -> Build Steps -> Build Android APK
+
+## 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.