summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@digia.com>2014-02-21 14:18:34 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-21 14:40:42 +0100
commit92323612d01e9bd6438fb9da0dd810c6dad045a3 (patch)
treeceed9d9a6ca947cb939e9a131bd583955106093c
parent01f8ff383410fd7c3ab54dac77e55db37c58e10f (diff)
android: add missing feature tags.
Adding the CAMERA and RECORD_AUDIO permissions implicitely makes some features a hard requirement for the app. By adding these features in the .pro file, androiddeployqt will mark them as unrequired in the final package. Change-Id: Ie9357d05626cb12272001d63b04e230737fbf1bc Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-rw-r--r--src/multimedia/multimedia.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/multimedia/multimedia.pro b/src/multimedia/multimedia.pro
index e5334937b..5ed0cefc0 100644
--- a/src/multimedia/multimedia.pro
+++ b/src/multimedia/multimedia.pro
@@ -64,7 +64,9 @@ ANDROID_PERMISSIONS += \
android.permission.CAMERA \
android.permission.RECORD_AUDIO
ANDROID_FEATURES += \
- android.hardware.camera
+ android.hardware.camera \
+ android.hardware.camera.autofocus \
+ android.hardware.microphone
MODULE_PLUGIN_TYPES = \
mediaservice \
audio \