Add the audio decoder variant of QMediaPlayer.
Rather than the probe based way of doing it. Initially private. Change-Id: I30005f8da22f6451cb9de8eb3f0e193838d48c93 Reviewed-by: Ling Hu <ling.hu@nokia.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
272be4554f
commit
87ec3461c1
22
tests/auto/unit/qaudiodecoder/qaudiodecoder.pro
Normal file
22
tests/auto/unit/qaudiodecoder/qaudiodecoder.pro
Normal file
@@ -0,0 +1,22 @@
|
||||
#-------------------------------------------------
|
||||
#
|
||||
# Project created by QtCreator 2012-02-07T15:27:07
|
||||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += multimedia multimedia-private testlib gui
|
||||
|
||||
TARGET = tst_qaudiodecoder
|
||||
|
||||
CONFIG += testcase no_private_qt_headers_warning
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
INCLUDEPATH += \
|
||||
../../../../src/multimedia/audio
|
||||
|
||||
include (../qmultimedia_common/mock.pri)
|
||||
include (../qmultimedia_common/mockdecoder.pri)
|
||||
|
||||
SOURCES += tst_qaudiodecoder.cpp
|
||||
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
||||
Reference in New Issue
Block a user