summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration/qmediaplayerbackend/qmediaplayerbackend.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/integration/qmediaplayerbackend/qmediaplayerbackend.pro')
-rw-r--r--tests/auto/integration/qmediaplayerbackend/qmediaplayerbackend.pro20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/auto/integration/qmediaplayerbackend/qmediaplayerbackend.pro b/tests/auto/integration/qmediaplayerbackend/qmediaplayerbackend.pro
deleted file mode 100644
index 6dd1e8d62..000000000
--- a/tests/auto/integration/qmediaplayerbackend/qmediaplayerbackend.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-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
-}