GStreamer backend for audio decoder service.
Includes basic integration test. Change-Id: I4c6d1dbefa1f27e107b3556a3d4da58811eeb122 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
4c07c6330d
commit
6468334eb9
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user