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

QT += multimedia-private testlib

# This is more of a system test
CONFIG += testcase


SOURCES += \
    tst_qmediaplayerbackend.cpp

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

TESTDATA += testdata/*

boot2qt: {
    # Yocto sysroot does not have gstreamer/wav
    QMAKE_CXXFLAGS += -DWAV_SUPPORT_NOT_FORCED
    # OGV testing is unstable with qemu
    QMAKE_CXXFLAGS += -DSKIP_OGV_TEST
}