diff options
| -rw-r--r-- | sources/pyside6/doc/CMakeLists.txt | 2 |
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") |
