summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration/qaudiodecoderbackend/qaudiodecoderbackend.pro
blob: 672bcfa6a2f195b07c43514e641299cfcee796cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TARGET = tst_qaudiodecoderbackend

QT += multimedia multimedia-private testlib

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

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

HEADERS += \
    ../shared/mediafileselector.h

SOURCES += \
    tst_qaudiodecoderbackend.cpp

boot2qt: {
    # Yocto sysroot does not have gstreamer/wav
    QMAKE_CXXFLAGS += -DWAV_SUPPORT_NOT_FORCED
}