summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration/qmediaplayerbackend/qmediaplayerbackend.pro
blob: 6dd1e8d629b11462a8cb1196fe8c0d23dfaea316 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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: {
    # OGV testing is unstable with qemu
    QMAKE_CXXFLAGS += -DSKIP_OGV_TEST
}