summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform/gstreamer/camerabin/camerabin.pri
blob: ebe0ef664925d39bf962af004e262222c4c17f51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

HEADERS += \
    $$PWD/camerabinsession_p.h \
    $$PWD/camerabincontrol_p.h \
    $$PWD/camerabinrecorder_p.h \
    $$PWD/camerabinimageprocessing_p.h \

SOURCES += \
    $$PWD/camerabinsession.cpp \
    $$PWD/camerabincontrol.cpp \
    $$PWD/camerabinimageprocessing.cpp \
    $$PWD/camerabinrecorder.cpp \

qtConfig(gstreamer__p.hotography) {
    HEADERS += \
        $$PWD/camerabinfocus_p.h \
        $$PWD/camerabinexposure_p.h \

    SOURCES += \
        $$PWD/camerabinexposure.cpp \
        $$PWD/camerabinfocus.cpp \

    QMAKE_USE += gstreamer_photography
    DEFINES += GST_USE_UNSTABLE_API #prevents warnings because of unstable _p.hotography API
}

qtConfig(gstreamer_gl): QMAKE_USE += gstreamer_gl

qtConfig(linux_v4l) {
    HEADERS += \
        $$PWD/camerabinv4limageprocessing_p.h

    SOURCES += \
        $$PWD/camerabinv4limageprocessing.cpp
}