X-Git-Url: http://cgit.sxemacs.org/?p=harmattan%2Fcameraplus;a=blobdiff_plain;f=declarative%2Fdeclarative.pro;h=18dcfe6c8ac6564fa5b26ee263866526e4f555c1;hp=3e5731f4b6219c23d8dfc53010890a466a09734a;hb=280d9ea1d44e855d0cc364dac5f59945b3ce3856;hpb=177128d83939d5d290e0a8ba381606fd6b380bea diff --git a/declarative/declarative.pro b/declarative/declarative.pro index 3e5731f..18dcfe6 100644 --- a/declarative/declarative.pro +++ b/declarative/declarative.pro @@ -10,7 +10,10 @@ PKGCONFIG = gstreamer-pbutils-0.10 libcanberra LIBS += -L../lib/ -lqtcamera -QT += declarative dbus +QT += dbus + +qt4:QT += declarative +qt5:QT += qml quick HEADERS += plugin.h previewprovider.h camera.h mode.h imagemode.h videomode.h \ zoom.h flash.h scene.h evcomp.h videotorch.h whitebalance.h \ @@ -18,7 +21,7 @@ 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 + roi.h cameraconfig.h videoplayer.h viewfinder.h capability.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 \ @@ -26,7 +29,7 @@ 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 + roi.cpp cameraconfig.cpp videoplayer.cpp viewfinder.cpp capability.cpp PLUGIN_IMPORT_PATH = QtCamera target.path = $$[QT_INSTALL_IMPORTS]/$$PLUGIN_IMPORT_PATH