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.pro21
1 files changed, 0 insertions, 21 deletions
diff --git a/config.tests/gstreamer_photography/gstreamer_photography.pro b/config.tests/gstreamer_photography/gstreamer_photography.pro
deleted file mode 100644
index 3b384b0..0000000
--- a/config.tests/gstreamer_photography/gstreamer_photography.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-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
-