Doc: tutorial for developing an Android app

This tutorial explains how to create an app
that uses Qt Sensors QML module to move an
SVG image based on the changing accelerometer
values.

Change-Id: Id4d9c8b389c5b8ebb330c6dba2dee783a475ba17
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
Venugopal Shivashankar
2013-06-11 14:23:35 +02:00
parent f990d119db
commit 5fe74434c1
11 changed files with 580 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
RESOURCES += \
accelbubble.qrc
SOURCES += \
main.cpp
QT += quick sensors svg xml