BlackBerry/QNX: Add a new backend for Blackberry handling audio

For now it only implements the audio output part.
The plugin can be used on all QNX systems (including BB10) that
provide a libasound version < 1.0.10.

Change-Id: Ifcfd871558d5d2bfb9e8a5f5ef0cfe009c0a111d
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
This commit is contained in:
Kevin Ottens
2013-02-21 14:28:12 +01:00
committed by The Qt Project
parent 1ddad9e0f4
commit fb6e49f33f
12 changed files with 1170 additions and 0 deletions

View File

@@ -12,6 +12,10 @@ blackberry {
SUBDIRS += blackberry
}
qnx {
SUBDIRS += qnx
}
win32 {
SUBDIRS += audiocapture
}