summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2019-09-04 12:37:12 +0200
committerAndy Shaw <andy.shaw@qt.io>2019-10-24 14:27:11 +0200
commita6ae689d636bfcb170333f27cddb0375aeea1dbf (patch)
tree3ef0bdffa25a28f64ae510c845232ae3ffaae7d4 /src/src.pro
parent327e2c7a84e11420376a6257aeebed035d430833 (diff)
Build without OpenGL support
There is support for rendering video without OpenGL on most platforms although some features are unavailable as a result, so we can make sure that what is available can be used. Change-Id: I63938e8e4e8063fcc2064d0f9d8d5f10e0fb06f9 Reviewed-by: VaL Doroshchuk <valentyn.doroshchuk@qt.io>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 97a053379..1dc1015c6 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -16,7 +16,7 @@ src_plugins.subdir = plugins
src_plugins.depends = multimedia
-qtHaveModule(quick):qtConfig(opengl) {
+qtHaveModule(quick) {
src_qtmultimediaquicktools.subdir = qtmultimediaquicktools
src_qtmultimediaquicktools.depends = multimedia