summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/declarative-camera/declarative-camera.pro
blob: f977e1cb3ba456258e3b4fe0dd2139401f3869eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}