mirror of https://github.com/qt/qtgrpc.git
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:
parent
bd3cfe2c76
commit
ca290d3b8d
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue