X-Git-Url: http://cgit.sxemacs.org/?p=harmattan%2Fcameraplus;a=blobdiff_plain;f=declarative%2Fdeclarative.pro;h=d5ae42cedb17c17c3649760e3cd98283b0679d64;hp=aaaa716ccabe8e857fe1e62accf1a9e928ed8136;hb=f9bdaa7542843057dbe71a16db01e9ba47514aa0;hpb=5cd2c1070bb107b2b7f27943cb6f07fc81252f9d diff --git a/declarative/declarative.pro b/declarative/declarative.pro index aaaa716..d5ae42c 100644 --- a/declarative/declarative.pro +++ b/declarative/declarative.pro @@ -3,10 +3,11 @@ TARGET = declarativeqtcamera DEPENDPATH += . ../lib/ INCLUDEPATH += . ../lib/ -CONFIG += link_pkgconfig +CONFIG += link_pkgconfig plugin -PKGCONFIG = gstreamer-0.10 gstreamer-interfaces-0.10 gstreamer-video-0.10 gstreamer-tag-0.10 \ - gstreamer-pbutils-0.10 meego-gstreamer-interfaces-0.10 libcanberra +PKGCONFIG = gstreamer-pbutils-0.10 libcanberra contextsubscriber-1.0 + +LIBS += -L../lib/ -lqtcamera QT += declarative dbus @@ -15,7 +16,7 @@ HEADERS += plugin.h previewprovider.h camera.h mode.h imagemode.h videomode.h \ colortone.h exposure.h aperture.h iso.h noisereduction.h \ flickerreduction.h videomute.h metadata.h imagesettings.h \ imageresolutionmodel.h videosettings.h videoresolutionmodel.h \ - notifications.h notificationscontainer.h sounds.h focus.h autofocus.h \ + notificationscontainer.h sounds.h focus.h autofocus.h \ roi.h SOURCES += plugin.cpp previewprovider.cpp camera.cpp mode.cpp imagemode.cpp videomode.cpp \ @@ -23,5 +24,14 @@ SOURCES += plugin.cpp previewprovider.cpp camera.cpp mode.cpp imagemode.cpp vide colortone.cpp exposure.cpp aperture.cpp iso.cpp noisereduction.cpp \ flickerreduction.cpp videomute.cpp metadata.cpp imagesettings.cpp \ imageresolutionmodel.cpp videosettings.cpp videoresolutionmodel.cpp \ - notifications.cpp notificationscontainer.cpp sounds.cpp focus.cpp autofocus.cpp \ + notificationscontainer.cpp sounds.cpp focus.cpp autofocus.cpp \ roi.cpp + +HEADERS += declarativeqtcameranotifications.h + +PLUGIN_IMPORT_PATH = QtCamera +target.path = $$[QT_INSTALL_IMPORTS]/$$PLUGIN_IMPORT_PATH + +qml.files = qmldir +qml.path = $$[QT_INSTALL_IMPORTS]/$$PLUGIN_IMPORT_PATH +INSTALLS += target qml