From 6ed6f5f220311b8eee935864b49011be9327529f Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Wed, 22 Mar 2023 15:33:17 +0100 Subject: [PATCH] Add shadertools and webengine to qtdoc "recommends" list The photosurface demo uses a custom shader and the PDF image plugin. The document viewer also needs QtPDF. Pick-to: 6.5 Task-number: QTBUG-108924 Change-Id: I1236e6b679dc512874299747921407384ce29a67 Reviewed-by: Laszlo Agocs Reviewed-by: Volker Hilsheimer --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 874cff0e..ca42d90a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,7 +52,7 @@ priority = 30 [submodule "qtdoc"] depends = qtdeclarative qttools - recommends = qtmultimedia + recommends = qtmultimedia qtshadertools qtwebengine path = qtdoc url = ../qtdoc.git branch = dev