summaryrefslogtreecommitdiff
path: root/qtmultimedia.pro
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@qt.io>2016-09-09 11:49:54 +0200
committerYoann Lopes <yoann.lopes@qt.io>2016-09-20 05:56:54 +0000
commit07d55b154e19f3f4f8525b541c44500273be70ab (patch)
treedc0571c22b73538290702d91e76978d52bf7dbaf /qtmultimedia.pro
parentc37caa8070a8280cae2e4c73b8146aa490d14117 (diff)
downloadqtmultimedia-07d55b154e19f3f4f8525b541c44500273be70ab.tar.gz
Don't try to compile Vivante video node plugin without OpenGL ES
Task-number: QTBUG-54315 Change-Id: I559f67e1f24cbed5155fd0e4330cd12150d4dbf9 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'qtmultimedia.pro')
-rw-r--r--qtmultimedia.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmultimedia.pro b/qtmultimedia.pro
index 98bb3152f..a49700d16 100644
--- a/qtmultimedia.pro
+++ b/qtmultimedia.pro
@@ -33,7 +33,7 @@ win32 {
}
qtCompileTest(resourcepolicy)
- qtCompileTest(gpu_vivante)
+ contains(QT_CONFIG, opengles2):qtCompileTest(gpu_vivante)
}
load(qt_parts)