summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2016-04-06 12:08:15 +0200
committerMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2016-04-08 04:41:13 +0000
commitc8eed01f1ffe5ad03a82d0bb7c49b71d5cec09b3 (patch)
treedabbc0647c29cfd9b302cf98393710d5fa91ef6e /src
parentc9e668cdb634c6ae90a08f289442a50f07ef9405 (diff)
winrt: add default capabilities
A module compiled for WinRT should define a default set of capabilities to enable all features specified by the module. Task-number: QTBUG-38802 Change-Id: I57c3aec60c72b1383b836cee2087b801196def1d Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com> Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/multimedia/multimedia.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/multimedia/multimedia.pro b/src/multimedia/multimedia.pro
index acde6fe8e..761e488ba 100644
--- a/src/multimedia/multimedia.pro
+++ b/src/multimedia/multimedia.pro
@@ -82,6 +82,10 @@ ANDROID_FEATURES += \
android.hardware.camera.autofocus \
android.hardware.microphone
+MODULE_WINRT_CAPABILITIES_DEVICE += \
+ microphone \
+ webcam
+
win32: LIBS_PRIVATE += -luuid
HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS