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>
This commit is contained in:
Maurice Kalinowski
2016-04-06 12:08:15 +02:00
parent c9e668cdb6
commit c8eed01f1f

View File

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