summaryrefslogtreecommitdiffstats
path: root/demos/video/video.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demos/video/video.pro')
-rw-r--r--demos/video/video.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/demos/video/video.pro b/demos/video/video.pro
new file mode 100644
index 0000000000..4f911b2b29
--- /dev/null
+++ b/demos/video/video.pro
@@ -0,0 +1,15 @@
+TEMPLATE = subdirs
+
+SUBDIRS += qmlvideo
+
+# qmlvideofx requires QtOpenGL and ShaderEffectItem (added in Qt 4.7.4)
+contains(QT_CONFIG, opengl) {
+ lessThan(QT_MAJOR_VERSION, 5) {
+ !lessThan(QT_MAJOR_VERSION, 4) {
+ SUBDIRS += qmlvideofx
+ }
+ } else {
+ SUBDIRS += qmlvideofx
+ }
+}
+