QVideoProbe unit test.

Change-Id: If8d391734b08eee2edbc2250fbcbe7f45cf94b3e
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
Lev Zelenskiy
2012-04-18 14:18:49 +10:00
committed by Qt by Nokia
parent 46f67a8b69
commit 41cf8853da
6 changed files with 270 additions and 2 deletions

View File

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