Files
qtmultimedia/examples/multimedia/declarative-camera/declarative-camera.pro
Maurice Kalinowski 924dc7f48c winrt: add capabilities to launch app out of the box
Change-Id: I1cb8a589ee61f1dbc53bfd70eb25e7d2000af13e
Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
2016-01-13 15:26:39 +00:00

15 lines
288 B
Prolog

TEMPLATE=app
TARGET=declarative-camera
QT += quick qml multimedia
SOURCES += qmlcamera.cpp
RESOURCES += declarative-camera.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/declarative-camera
INSTALLS += target
winrt {
WINRT_MANIFEST.capabilities_device += webcam microphone
}