diff --git a/qtmultimedia.pro b/qtmultimedia.pro index 0b7712f0..aeb97464 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)