summaryrefslogtreecommitdiffstats
path: root/qtmultimedia.pro
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@theqtcompany.com>2015-04-17 12:36:48 +0200
committerYoann Lopes <yoann.lopes@theqtcompany.com>2015-04-22 08:31:59 +0000
commitd44f5734bf945b9b3d57f2bc9c73243343c21518 (patch)
treecad0ca911bb2ee2dffad9004e26fc73e15b0094d /qtmultimedia.pro
parentbe0a231be4ed28474271fb29f44e1eb3270f35b7 (diff)
Remove warning about missing qmake variable on Android.
gstreamer on Android is not supported, so we don't need to check for it. Change-Id: I7ccde2b9878f9f435828195a5ac1b76a9a6985d1 Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
Diffstat (limited to 'qtmultimedia.pro')
-rw-r--r--qtmultimedia.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmultimedia.pro b/qtmultimedia.pro
index 21d72d096..1225ffb61 100644
--- a/qtmultimedia.pro
+++ b/qtmultimedia.pro
@@ -14,7 +14,7 @@ win32 {
qtCompileTest(avfoundation)
} else:qnx {
qtCompileTest(mmrenderer)
-} else {
+} else:!android {
contains(QT_CONFIG, alsa):qtCompileTest(alsa)
contains(QT_CONFIG, pulseaudio):qtCompileTest(pulseaudio)