summaryrefslogtreecommitdiffstats
path: root/config.tests/gstreamer_photography/gstreamer_photography.pro
blob: c0d995227162a393cd3d54a0be547e81d199b7a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = app
DEPENDPATH += .
INCLUDEPATH += .

requires(unix)

# Input
SOURCES += main.cpp

CONFIG += link_pkgconfig

PKGCONFIG += \
    gstreamer-0.10 \
    gstreamer-base-0.10 \
    gstreamer-interfaces-0.10 \
    gstreamer-audio-0.10 \
    gstreamer-video-0.10

LIBS += -lgstphotography-0.10