From 2a8ae1c36120a5567dae899d5e6a40d52cd0fa9e Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Tue, 9 Oct 2012 13:54:15 +0200 Subject: 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 Reviewed-by: Caroline Chao --- qtmultimedia.pro | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'qtmultimedia.pro') diff --git a/qtmultimedia.pro b/qtmultimedia.pro index 0b7712f04..aeb97464d 100644 --- a/qtmultimedia.pro +++ b/qtmultimedia.pro @@ -6,6 +6,8 @@ win32 { qtCompileTest(wmp) qtCompileTest(wmf) qtCompileTest(evr) +} else:mac { + qtCompileTest(avfoundation) } else { qtCompileTest(alsa) qtCompileTest(pulseaudio) @@ -18,9 +20,5 @@ win32 { qtCompileTest(xvideo) } -mac { - qtCompileTest(avfoundation) -} - load(qt_parts) -- cgit v1.2.1