Added QML components for aperture, exposure, iso, noise reduction and flicker reduction
[harmattan/cameraplus] / imports / imports.pro
index fd2b631..908648b 100644 (file)
@@ -12,8 +12,10 @@ QT += declarative
 
 HEADERS += plugin.h previewprovider.h camera.h mode.h imagemode.h videomode.h \
            capability.h zoom.h flash.h scene.h evcomp.h videotorch.h whitebalance.h \
-           colortone.h
+           colortone.h exposure.h aperture.h iso.h noisereduction.h \
+           flickerreduction.h
 
 SOURCES += plugin.cpp previewprovider.cpp camera.cpp mode.cpp imagemode.cpp videomode.cpp \
            capability.cpp zoom.cpp flash.cpp scene.cpp evcomp.cpp videotorch.cpp whitebalance.cpp \
-           colortone.cpp
+           colortone.cpp exposure.cpp aperture.cpp iso.cpp noisereduction.cpp \
+           flickerreduction.cpp