38c797c9ac2391814c1d3e1ca2ae0f9f20f35cab
[harmattan/cameraplus] / lib / lib.pro
1 TEMPLATE = lib
2 TARGET = qtcamera
3 DEPENDPATH += .
4 INCLUDEPATH += .
5
6 QT += opengl
7
8 CONFIG += link_pkgconfig debug
9
10 PKGCONFIG = gstreamer-0.10 gstreamer-interfaces-0.10 gstreamer-video-0.10 gstreamer-tag-0.10 \
11             gstreamer-pbutils-0.10 meego-gstreamer-interfaces-0.10
12
13 HEADERS += qtcamconfig.h qtcamera.h qtcamscanner.h qtcamdevice.h qtcamviewfinder.h \
14            qtcammode.h qtcamgstreamermessagehandler.h qtcamgstreamermessagelistener.h \
15            qtcamgraphicsviewfinder.h qtcamviewfinderrenderer.h \
16            qtcamviewfinderrenderergeneric.h qtcamimagesettings.h qtcamvideosettings.h \
17            qtcamimagemode.h qtcamvideomode.h qtcammetadata.h qtcamcapability.h \
18            qtcamzoom.h qtcamflash.h qtcamscene.h qtcamevcomp.h qtcamvideotorch.h \
19            qtcamwhitebalance.h qtcamcolortone.h qtcamflickerreduction.h \
20            qtcamnoisereduction.h qtcamiso.h qtcamaperture.h qtcamexposure.h \
21            qtcamvideomute.h qtcamnotifications.h qtcamfocus.h qtcamautofocus.h \
22            qtcamanalysisbin.h qtcampropertysetter.h
23
24 SOURCES += qtcamconfig.cpp qtcamera.cpp qtcamscanner.cpp qtcamdevice.cpp qtcamviewfinder.cpp \
25            qtcammode.cpp qtcamgstreamermessagehandler.cpp qtcamgstreamermessagelistener.cpp \
26            qtcamgraphicsviewfinder.cpp qtcamviewfinderrenderer.cpp \
27            qtcamviewfinderrenderergeneric.cpp qtcamimagesettings.cpp qtcamvideosettings.cpp \
28            qtcamimagemode.cpp qtcamvideomode.cpp qtcammetadata.cpp qtcamcapability.cpp \
29            qtcamzoom.cpp qtcamflash.cpp qtcamscene.cpp qtcamevcomp.cpp qtcamvideotorch.cpp \
30            qtcamwhitebalance.cpp qtcamcolortone.cpp qtcamflickerreduction.cpp \
31            qtcamnoisereduction.cpp qtcamiso.cpp qtcamaperture.cpp qtcamexposure.cpp \
32            qtcamvideomute.cpp qtcamnotifications.cpp qtcamfocus.cpp qtcamautofocus.cpp \
33            qtcamanalysisbin.cpp qtcampropertysetter.cpp
34
35 HEADERS += qtcammode_p.h qtcamdevice_p.h qtcamcapability_p.h qtcamautofocus_p.h \
36            qtcamnotifications_p.h qtcamflash_p.h
37
38 LIBS += -lgstphotography-0.10
39
40 HEADERS += gst/gstcopy.h
41 SOURCES += gst/gstcopy.cpp
42
43 isEqual(MEEGO_EDITION, harmattan) {
44 SOURCES += qtcamviewfinderrenderermeego.cpp
45 HEADERS += qtcamviewfinderrenderermeego.h
46 }