Doc: Add dependency to Qt Quick

Fixes the following documentation warnings:

src/protobuf/doc/src/qtprotobuf.qdoc:438: (qdoc) warning: Can't link to 'Text'
src/protobuf/doc/src/qtprotobuf.qdoc:438: (qdoc) warning: Can't link to 'Item'

Pick-to: 6.9 6.8
Task-number: QTBUG-132954
Change-Id: I35afd0b744e8c9ea81d1c70353d08fd3bf0b857b
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
Topi Reinio 2025-01-21 08:13:48 +00:00
parent bd3cfe2c76
commit ca290d3b8d
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ qhp.QtProtobuf.subprojects.manual.title = Qt Protobuf
qhp.QtProtobuf.subprojects.manual.indexTitle = Qt Protobuf module topics
qhp.QtProtobuf.subprojects.manual.type = manual
depends += qtdoc qtcore qtgui qtcmake qtgrpc qtwidgets qtqml qtquickcontrols
depends += qtdoc qtcore qtgui qtcmake qtgrpc qtwidgets qtqml qtquick qtquickcontrols
{headerdirs,sourcedirs} += .. \
../../protobufqttypes \