Disable debug by default
[harmattan/cameraplus] / declarative / declarative.pro
1 TEMPLATE = lib
2 TARGET = declarativeqtcamera
3 DEPENDPATH += . ../lib/
4 INCLUDEPATH += . ../lib/
5
6 CONFIG += link_pkgconfig
7
8 PKGCONFIG = gstreamer-0.10 gstreamer-interfaces-0.10 gstreamer-video-0.10 gstreamer-tag-0.10 \
9             gstreamer-pbutils-0.10 meego-gstreamer-interfaces-0.10 libcanberra
10
11 QT += declarative dbus
12
13 HEADERS += plugin.h previewprovider.h camera.h mode.h imagemode.h videomode.h \
14            zoom.h flash.h scene.h evcomp.h videotorch.h whitebalance.h \
15            colortone.h exposure.h aperture.h iso.h noisereduction.h \
16            flickerreduction.h videomute.h metadata.h imagesettings.h \
17            imageresolutionmodel.h videosettings.h videoresolutionmodel.h \
18            notifications.h notificationscontainer.h sounds.h focus.h autofocus.h \
19            roi.h
20
21 SOURCES += plugin.cpp previewprovider.cpp camera.cpp mode.cpp imagemode.cpp videomode.cpp \
22            zoom.cpp flash.cpp scene.cpp evcomp.cpp videotorch.cpp whitebalance.cpp \
23            colortone.cpp exposure.cpp aperture.cpp iso.cpp noisereduction.cpp \
24            flickerreduction.cpp videomute.cpp metadata.cpp imagesettings.cpp \
25            imageresolutionmodel.cpp videosettings.cpp videoresolutionmodel.cpp \
26            notifications.cpp notificationscontainer.cpp sounds.cpp focus.cpp autofocus.cpp \
27            roi.cpp