From ffb26b07c84d99ff3b3c857d7f85cfe1b724ec45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Str=C3=B8mme?= Date: Fri, 26 Apr 2013 14:49:45 +0200 Subject: Android: Added config tests for multimedia on android. The Android multimedia plug-in requires API level 11 to compile, so the config test will check and issue a message about the requirement if the API level can't be satisfied. Change-Id: I6c21fe1255024e853023bd8168dfa917b00c4c23 Reviewed-by: Oswald Buddenhagen --- qtmultimedia.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qtmultimedia.pro') diff --git a/qtmultimedia.pro b/qtmultimedia.pro index aeb97464d..53f6b9886 100644 --- a/qtmultimedia.pro +++ b/qtmultimedia.pro @@ -8,6 +8,8 @@ win32 { qtCompileTest(evr) } else:mac { qtCompileTest(avfoundation) +} else:android { + !qtCompileTest(android):error("QtMultimedia for Android requires API level 11") } else { qtCompileTest(alsa) qtCompileTest(pulseaudio) -- cgit v1.2.1