summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/declarative-camera/declarative-camera.pro
blob: 2d6e2e759b7f3111f97407d4e846fb40618a8e84 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
include(../shared/shared.pri)