summaryrefslogtreecommitdiffstats
path: root/qtmultimedia.pro
diff options
context:
space:
mode:
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 1deaab2aa..c7f093ccc 100644
--- a/qtmultimedia.pro
+++ b/qtmultimedia.pro
@@ -12,7 +12,7 @@ win32 {
qtCompileTest(evr)
} else:mac {
qtCompileTest(avfoundation)
-} else:android {
+} else:android:!android-no-sdk {
SDK_ROOT = $$(ANDROID_SDK_ROOT)
isEmpty(SDK_ROOT): SDK_ROOT = $$DEFAULT_ANDROID_SDK_ROOT
!exists($$SDK_ROOT/platforms/android-11/android.jar): error("QtMultimedia for Android requires API level 11")