summaryrefslogtreecommitdiffstats
path: root/config.tests/gstreamer_photography/gstreamer_photography.pro
blob: 3b384b0962b10fc8e1c382842121d313e3b14701 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 \
    gstreamer-pbutils-0.10

LIBS += -lgstphotography-0.10