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

QT += multimedia-private testlib

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


SOURCES += \
    tst_qmediaplayerbackend.cpp

TESTDATA += testdata/*

boot2qt: {
    # OGV testing is unstable with qemu
    QMAKE_CXXFLAGS += -DSKIP_OGV_TEST
}