QAudioProbe unit test.

Change-Id: I4dde8a46883cfc793fdccbfd24ffde0c818fa1aa
Reviewed-by: Mithra Pattison <mithra.pattison@nokia.com>
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
Lev Zelenskiy
2012-04-18 13:20:19 +10:00
committed by Qt by Nokia
parent f1c4093f37
commit 46f67a8b69
6 changed files with 274 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
CONFIG += testcase no_private_qt_headers_warning
TARGET = tst_qaudioprobe
QT += multimedia-private testlib
SOURCES += tst_qaudioprobe.cpp
include (../qmultimedia_common/mock.pri)
include (../qmultimedia_common/mockrecorder.pri)