diff options
author | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2020-01-27 13:02:47 +0100 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2020-01-28 15:16:04 +0100 |
commit | c3a5b107698e1194d18459ab696651cf5ac1e700 (patch) | |
tree | fbe8dd5fc6d8a1094188888c088b7f487bd56075 | |
parent | 56ba4a2326b6c36c365ac9de2e1f596493c2324b (diff) | |
download | qtwebengine-c3a5b107698e1194d18459ab696651cf5ac1e700.tar.gz |
Doc: Add dependency to the Qt Quick module to fix QDoc warnings
Change-Id: Ia56a07bc2d53bd4a2166566a9c95126a5d2f9154
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r-- | src/pdf/doc/qtpdf.qdocconf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pdf/doc/qtpdf.qdocconf b/src/pdf/doc/qtpdf.qdocconf index 67b969419..7f7a0e80b 100644 --- a/src/pdf/doc/qtpdf.qdocconf +++ b/src/pdf/doc/qtpdf.qdocconf @@ -38,7 +38,8 @@ depends += qtcore \ qtgui \ qtdoc \ qmake \ - qtdesigner + qtdesigner \ + qtquick headerdirs += ../api \ ../quick |