index is still invalid if its row equals the number of resolutions
[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 imagesettings.h imageresolutionmodel.h \
17            videosettings.h videoresolutionmodel.h notifications.h notificationscontainer.h
18
19 SOURCES += plugin.cpp previewprovider.cpp camera.cpp mode.cpp imagemode.cpp videomode.cpp \
20            capability.cpp zoom.cpp flash.cpp scene.cpp evcomp.cpp videotorch.cpp whitebalance.cpp \
21            colortone.cpp exposure.cpp aperture.cpp iso.cpp noisereduction.cpp \
22            flickerreduction.cpp mute.cpp metadata.cpp imagesettings.cpp imageresolutionmodel.cpp \
23            videosettings.cpp videoresolutionmodel.cpp notifications.cpp notificationscontainer.cpp