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>
This commit is contained in:
Christian Strømme
2015-04-17 12:36:48 +02:00
committed by Yoann Lopes
parent be0a231be4
commit d44f5734bf

View File

@@ -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)