summaryrefslogtreecommitdiffstats
path: root/config.tests/gstreamer_photography/gstreamer_photography.pro
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/gstreamer_photography/gstreamer_photography.pro')
-rw-r--r--config.tests/gstreamer_photography/gstreamer_photography.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/config.tests/gstreamer_photography/gstreamer_photography.pro b/config.tests/gstreamer_photography/gstreamer_photography.pro
new file mode 100644
index 000000000..c0d995227
--- /dev/null
+++ b/config.tests/gstreamer_photography/gstreamer_photography.pro
@@ -0,0 +1,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
+