[qtmultimedia] disable v4l test to prevent enabling v4l. Fixes JB#34605

On some Android adaptation based devices (Like Jolla1) accessing v4l2 devices
can cause crashes.
Since we don't use V4L for anything and our media pipelines depend on GStreamer, it should
be safe to disable V4L.
This commit is contained in:
Mohammed Hassan
2016-07-26 21:50:15 +03:00
committed by Martin Jones
parent 1f90ee5518
commit da15fb57ed
2 changed files with 4 additions and 2 deletions

View File

@@ -29,7 +29,9 @@ win32 {
qtCompileTest(gstreamer_photography)
qtCompileTest(gstreamer_encodingprofiles)
qtCompileTest(gstreamer_appsrc)
qtCompileTest(linux_v4l)
!contains(DEFINES, DISABLE_V4L) {
qtCompileTest(linux_v4l)
}
}
qtCompileTest(resourcepolicy)