Files
qtmultimedia/qtmultimedia.pro
Andy Nichols 2a8ae1c361 Don't run the Linux configure tests on OS X
This can create weird senarios where they pass due to MacPorts actually
having the dependencies.  We don't support this, so dont allow it to
happen.

Task-number: QTBUG-27352
Change-Id: I2be104549b5d1e9a61a734d05b3c21afcd2f6828
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Reviewed-by: Caroline Chao <caroline.chao@digia.com>
2012-10-12 13:51:00 +02:00

25 lines
529 B
Prolog

load(configure)
qtCompileTest(openal)
win32 {
qtCompileTest(directshow)
qtCompileTest(wmsdk)
qtCompileTest(wmp)
qtCompileTest(wmf)
qtCompileTest(evr)
} else:mac {
qtCompileTest(avfoundation)
} else {
qtCompileTest(alsa)
qtCompileTest(pulseaudio)
qtCompileTest(gstreamer) {
qtCompileTest(gstreamer_photography)
qtCompileTest(gstreamer_encodingprofiles)
qtCompileTest(gstreamer_appsrc)
}
qtCompileTest(resourcepolicy)
qtCompileTest(xvideo)
}
load(qt_parts)