diff --git a/recipes/qt/5.x.x/conanfile.py b/recipes/qt/5.x.x/conanfile.py index 2ef6dfb93b5d07..deb0ac8754769d 100644 --- a/recipes/qt/5.x.x/conanfile.py +++ b/recipes/qt/5.x.x/conanfile.py @@ -733,7 +733,8 @@ def _getenvpath(var): if self.options.qtwebengine and self.settings.os in ["Linux", "FreeBSD"]: args += ["-qt-webengine-ffmpeg", - "-system-webengine-opus"] + "-system-webengine-opus", + "-webengine-jumbo-build 0"] if self.options.config: args.append(str(self.options.config))