Change-Id: I1cb8a589ee61f1dbc53bfd70eb25e7d2000af13e Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
15 lines
288 B
Prolog
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
|
|
}
|