Files
qtmultimedia/tests/auto/unit/qaudiodecoder/qaudiodecoder.pro
Michael Goddard 87ec3461c1 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>
2012-02-08 11:36:08 +01:00

23 lines
512 B
INI

#-------------------------------------------------
#
# 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/\\\"