Change-Id: Ieb08df492e7b9cbfe35e93a056685cfdac6e704e Reviewed-on: http://codereview.qt.nokia.com/2994 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
22 lines
327 B
INI
22 lines
327 B
INI
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
|
|
|