summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/multimedia.pro
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2012-02-02 15:28:21 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-06 23:18:56 +0100
commit3c4dcf00bb9922ed83f1defcd52092857da5103e (patch)
tree3d80472f02dace138a585f02cb7740e01b1cc3d6 /tests/auto/unit/multimedia.pro
parentee39683e273f705bfcffde8b6a9908230010843c (diff)
Add a QAudioBuffer class.
Prereq for probing or decoding. The abstract API probably needs to change. Change-Id: Ie0bf796c1f581f34bbc0a8af2dffc387c513a330 Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
Diffstat (limited to 'tests/auto/unit/multimedia.pro')
-rw-r--r--tests/auto/unit/multimedia.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/unit/multimedia.pro b/tests/auto/unit/multimedia.pro
index 1fe7e7c55..a662d4413 100644
--- a/tests/auto/unit/multimedia.pro
+++ b/tests/auto/unit/multimedia.pro
@@ -29,6 +29,7 @@ SUBDIRS += \
qvideoframe \
qvideosurfaceformat \
qwavedecoder \
+ qaudiobuffer
# Tests depending on private interfaces should only be built if
# these interfaces are exported.
@@ -36,3 +37,4 @@ contains (QT_CONFIG, private_tests) {
SUBDIRS += \
qdeclarativeaudio
}
+