declarative-camera.pro Example File

multimedia/declarative-camera/declarative-camera.pro

  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