summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration/qaudiodecoderbackend/qaudiodecoderbackend.pro
blob: 7464a8aa201bd425892fa3f448e426f698421050 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = tst_qaudiodecoderbackend

QT += multimedia multimedia-private testlib

# This is more of a system test
CONFIG += testcase
TESTDATA += testdata/*

INCLUDEPATH += \
    ../../../../src/multimedia/audio

SOURCES += \
    tst_qaudiodecoderbackend.cpp