winrt: add capabilities to launch app out of the box

Change-Id: I1cb8a589ee61f1dbc53bfd70eb25e7d2000af13e
Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
This commit is contained in:
Maurice Kalinowski
2016-01-11 21:06:40 +01:00
parent c7397523e7
commit 924dc7f48c

View File

@@ -9,3 +9,6 @@ RESOURCES += declarative-camera.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/declarative-camera
INSTALLS += target
winrt {
WINRT_MANIFEST.capabilities_device += webcam microphone
}