aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-09-08 08:51:38 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-09-13 11:36:23 +0200
commit724a6dbb80cfd87bfd4a779b0d384ae9af0814cb (patch)
treebb06cc14451004fecc140569bf7da07005a3e174 /sources/pyside6
parent276d60b71a72a548340e6684a21fd122c4365ed9 (diff)
Documentation: Add a special case for PdfWidgets
Needed since they are contained in the QtPdf qdocconf file. Complements 48258c5a099be2c4accf373a2e2f52d48359cfa2. Change-Id: I2f590e364837ef3cc164474731ac91b8d9839691 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6')
-rw-r--r--sources/pyside6/doc/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/pyside6/doc/CMakeLists.txt b/sources/pyside6/doc/CMakeLists.txt
index 61133c97a..c7dec9c50 100644
--- a/sources/pyside6/doc/CMakeLists.txt
+++ b/sources/pyside6/doc/CMakeLists.txt
@@ -138,6 +138,8 @@ if (FULLDOCSBUILD)
set(modules Qml Quick "${moduleIn}")
elseif ("${moduleIn}" STREQUAL "MultimediaWidgets")
set(modules Multimedia "${moduleIn}")
+ elseif ("${moduleIn}" STREQUAL "Pdf")
+ set(modules "${moduleIn}" PdfWidgets)
elseif ("${moduleIn}" STREQUAL "Scxml")
set(modules StateMachine "${moduleIn}")
elseif ("${moduleIn}" STREQUAL "Svg")