Added QtCamQuirks to libQtCamera and Quirks to libdeclarativeQtCamera
[harmattan/cameraplus] / declarative / declarative.pro
index e1fe398..c83ecb5 100644 (file)
@@ -21,7 +21,8 @@ HEADERS += plugin.h previewprovider.h camera.h mode.h imagemode.h videomode.h \
            flickerreduction.h videomute.h metadata.h imagesettings.h \
            imageresolutionmodel.h videosettings.h videoresolutionmodel.h \
            notificationscontainer.h sounds.h focus.h autofocus.h \
-           roi.h cameraconfig.h videoplayer.h viewfinder.h
+           roi.h cameraconfig.h videoplayer.h viewfinder.h capability.h \
+           imageresolution.h videoresolution.h quirks.h
 
 SOURCES += plugin.cpp previewprovider.cpp camera.cpp mode.cpp imagemode.cpp videomode.cpp \
            zoom.cpp flash.cpp scene.cpp evcomp.cpp videotorch.cpp whitebalance.cpp \
@@ -29,7 +30,8 @@ SOURCES += plugin.cpp previewprovider.cpp camera.cpp mode.cpp imagemode.cpp vide
            flickerreduction.cpp videomute.cpp metadata.cpp imagesettings.cpp \
            imageresolutionmodel.cpp videosettings.cpp videoresolutionmodel.cpp \
            notificationscontainer.cpp sounds.cpp focus.cpp autofocus.cpp \
-           roi.cpp cameraconfig.cpp videoplayer.cpp viewfinder.cpp
+           roi.cpp cameraconfig.cpp videoplayer.cpp viewfinder.cpp capability.cpp \
+           imageresolution.cpp videoresolution.cpp quirks.cpp
 
 PLUGIN_IMPORT_PATH = QtCamera
 target.path = $$[QT_INSTALL_IMPORTS]/$$PLUGIN_IMPORT_PATH