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