From d44f5734bf945b9b3d57f2bc9c73243343c21518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Str=C3=B8mme?= Date: Fri, 17 Apr 2015 12:36:48 +0200 Subject: 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 --- qtmultimedia.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtmultimedia.pro') 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) -- cgit v1.2.1