Android multimedia plug-in.

Adds MediaPlayer support for Android.

Change-Id: I4c7b1e19927b2e50b227f3a3b3f7ca2e99397618
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
Christian Strømme
2013-01-14 14:23:38 +01:00
committed by The Qt Project
parent 68a38b151e
commit 909a09069f
30 changed files with 3443 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ TEMPLATE = subdirs
SUBDIRS += m3u
android {
SUBDIRS += android
}
blackberry {
SUBDIRS += blackberry
}