Files
qtmultimedia/tests/auto/integration/qaudiodecoderbackend/qaudiodecoderbackend.pro
Lev Zelenskiy 6468334eb9 GStreamer backend for audio decoder service.
Includes basic integration test.

Change-Id: I4c6d1dbefa1f27e107b3556a3d4da58811eeb122
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
2012-02-17 07:27:55 +01:00

16 lines
315 B
Prolog

TARGET = tst_qaudiodecoderbackend
QT += multimedia multimedia-private testlib
CONFIG += no_private_qt_headers_warning
# This is more of a system test
# CONFIG += testcase
INCLUDEPATH += \
../../../../src/multimedia/audio
DEFINES += TESTDATA_DIR=\\\"$$PWD/\\\"
SOURCES += \
tst_qaudiodecoderbackend.cpp