Commit c8eed01f authored by Maurice Kalinowski's avatar Maurice Kalinowski
Browse files

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: default avatarOliver Wolff <oliver.wolff@theqtcompany.com>
Reviewed-by: default avatarYoann Lopes <yoann.lopes@theqtcompany.com>
Showing with 4 additions and 0 deletions
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment