summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-10-23 10:02:56 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-10-23 12:55:26 +0000
commit9e3284645b5ea9cca0d00ae30e7f5033f9148e2d (patch)
tree19e05a30d73fc56b3ba93db8f6013e1127063bbd
parent00a7f671121c3310f470b8a1671deb7081eb5f46 (diff)
Doc: Highlight Sensors Showcase
Task-number: QTBUG-117209 Change-Id: I07b6b2ec95c7f497f3cdebfae2c007dc4e6783a9 Reviewed-by: Topi Reiniö <topi.reinio@qt.io> Reviewed-by: Dennis Oberst <dennis.oberst@qt.io> (cherry picked from commit 418410f577d968191aaf43f730e8686557aa0656) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/sensors/doc/qtsensors.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sensors/doc/qtsensors.qdocconf b/src/sensors/doc/qtsensors.qdocconf
index be4bd6ea..defecb9f 100644
--- a/src/sensors/doc/qtsensors.qdocconf
+++ b/src/sensors/doc/qtsensors.qdocconf
@@ -45,6 +45,9 @@ imagedirs += images
depends += qtcore qtdoc qtgui qtquick qtcmake
+# Highlighted examples
+manifestmeta.highlighted.names = "QtSensors/Sensors Showcase"
+
navigation.landingpage = "Qt Sensors"
navigation.cppclassespage = "Qt Sensors C++ Classes"
navigation.qmltypespage = "Qt Sensors QML Types"