This is handled with 34e0e908c896126138a95abdeba7456499d0fb68 in qtbase. Change-Id: I41cf27690189aefb3000de90df4a518d8dd449f0 Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
12 lines
218 B
Prolog
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
|
|
|