summaryrefslogtreecommitdiffstats
path: root/config.tests/xvideo/xvideo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/xvideo/xvideo.pro')
-rw-r--r--config.tests/xvideo/xvideo.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.tests/xvideo/xvideo.pro b/config.tests/xvideo/xvideo.pro
new file mode 100644
index 000000000..749091eba
--- /dev/null
+++ b/config.tests/xvideo/xvideo.pro
@@ -0,0 +1,16 @@
+TEMPLATE = app
+DEPENDPATH += .
+INCLUDEPATH += .
+
+requires(unix)
+
+# Input
+SOURCES += main.cpp
+
+CONFIG += link_pkgconfig
+
+PKGCONFIG += \
+ x11 \
+ xext \
+ xv
+