Initial implementation of our own VideoPlayer declarative item
[harmattan/cameraplus] / declarative / declarative.pro
1 TEMPLATE = lib
2 TARGET = declarativeqtcamera
3 DEPENDPATH += . ../lib/
4 INCLUDEPATH += . ../lib/
5
6 CONFIG += link_pkgconfig plugin
7
8 PKGCONFIG = gstreamer-pbutils-0.10 libcanberra contextsubscriber-1.0
9
10 LIBS += -L../lib/ -lqtcamera
11
12 QT += declarative dbus
13
14 HEADERS += plugin.h previewprovider.h camera.h mode.h imagemode.h videomode.h \
15            zoom.h flash.h scene.h evcomp.h videotorch.h whitebalance.h \
16            colortone.h exposure.h aperture.h iso.h noisereduction.h \
17            flickerreduction.h videomute.h metadata.h imagesettings.h \
18            imageresolutionmodel.h videosettings.h videoresolutionmodel.h \
19            notificationscontainer.h sounds.h focus.h autofocus.h \
20            roi.h cameraconfig.h videoplayer.h
21
22 SOURCES += plugin.cpp previewprovider.cpp camera.cpp mode.cpp imagemode.cpp videomode.cpp \
23            zoom.cpp flash.cpp scene.cpp evcomp.cpp videotorch.cpp whitebalance.cpp \
24            colortone.cpp exposure.cpp aperture.cpp iso.cpp noisereduction.cpp \
25            flickerreduction.cpp videomute.cpp metadata.cpp imagesettings.cpp \
26            imageresolutionmodel.cpp videosettings.cpp videoresolutionmodel.cpp \
27            notificationscontainer.cpp sounds.cpp focus.cpp autofocus.cpp \
28            roi.cpp cameraconfig.cpp videoplayer.cpp
29
30 HEADERS += declarativeqtcameranotifications.h
31
32 PLUGIN_IMPORT_PATH = QtCamera
33 target.path = $$[QT_INSTALL_IMPORTS]/$$PLUGIN_IMPORT_PATH
34
35 qml.files = qmldir
36 qml.path = $$[QT_INSTALL_IMPORTS]/$$PLUGIN_IMPORT_PATH
37 INSTALLS += target qml