summaryrefslogtreecommitdiff
path: root/qtmultimedia.pro
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@digia.com>2012-10-09 13:54:15 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-12 13:51:00 +0200
commit2a8ae1c36120a5567dae899d5e6a40d52cd0fa9e (patch)
tree694ed2710d1e0cfced0416aa3b0f737df1a08396 /qtmultimedia.pro
parentd9d910711d354c89aac7001711081b542d79da36 (diff)
downloadqtmultimedia-2a8ae1c36120a5567dae899d5e6a40d52cd0fa9e.tar.gz
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>
Diffstat (limited to 'qtmultimedia.pro')
-rw-r--r--qtmultimedia.pro6
1 files changed, 2 insertions, 4 deletions
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)