blob: 6dd1e8d629b11462a8cb1196fe8c0d23dfaea316 [file] [log] [blame]
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
}