Files
qtmultimedia/examples/multimedia/declarative-camera/declarative-camera.pro
Maurice Kalinowski ffe61fd516 winrt: Remove capability specification
This is handled with 34e0e908c896126138a95abdeba7456499d0fb68 in qtbase.

Change-Id: I41cf27690189aefb3000de90df4a518d8dd449f0
Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
2016-04-21 08:31:28 +00:00

12 lines
218 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