summaryrefslogtreecommitdiff
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.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/integration/qmediaplayerbackend/qmediaplayerbackend.pro b/tests/auto/integration/qmediaplayerbackend/qmediaplayerbackend.pro
index 87637fadc..919fae91d 100644
--- a/tests/auto/integration/qmediaplayerbackend/qmediaplayerbackend.pro
+++ b/tests/auto/integration/qmediaplayerbackend/qmediaplayerbackend.pro
@@ -10,3 +10,8 @@ SOURCES += \
tst_qmediaplayerbackend.cpp
TESTDATA += testdata/*
+
+boot2qt: {
+ # OGV testing is unstable with qemu
+ QMAKE_CXXFLAGS += -DSKIP_OGV_TEST
+}