8b190d34e835b4ca17e28fea0292f87e30c62946
[harmattan/cameraplus] / imports / imports.pro
1 TEMPLATE = lib
2 TARGET = imports
3 DEPENDPATH += . ../lib/
4 INCLUDEPATH += . ../lib/
5
6 CONFIG += link_pkgconfig debug
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
10
11 QT += declarative
12
13 HEADERS += plugin.h previewprovider.h camera.h mode.h imagemode.h videomode.h \
14            capability.h 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 mute.h metadata.h
17
18 SOURCES += plugin.cpp previewprovider.cpp camera.cpp mode.cpp imagemode.cpp videomode.cpp \
19            capability.cpp zoom.cpp flash.cpp scene.cpp evcomp.cpp videotorch.cpp whitebalance.cpp \
20            colortone.cpp exposure.cpp aperture.cpp iso.cpp noisereduction.cpp \
21            flickerreduction.cpp mute.cpp metadata.cpp