From ca290d3b8d6087c94b522bea8a23be3b9872e7fd Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 21 Jan 2025 08:13:48 +0000 Subject: [PATCH] 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 --- src/protobuf/doc/qtprotobuf.qdocconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protobuf/doc/qtprotobuf.qdocconf b/src/protobuf/doc/qtprotobuf.qdocconf index 1a1c88ca..11a7361a 100644 --- a/src/protobuf/doc/qtprotobuf.qdocconf +++ b/src/protobuf/doc/qtprotobuf.qdocconf @@ -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 \