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

# 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