summaryrefslogtreecommitdiffstats
path: root/examples/demos/dice/doc
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2024-01-17 13:26:45 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-01-19 10:04:33 +0000
commit43f586f16063ab5e9f00cac57282f06dd46cd509 (patch)
tree0666db9fe330cef31dd9dbb755d993beab46f719 /examples/demos/dice/doc
parent82956d10ce94b16305d93d9ce28cff3194ad598d (diff)
Demos: Add dependency info to example metadata
Add metadata about build time / runtime dependencies in the form of Qt documentation modules. This should allow Qt Creator to hide examples where needed Qt modules are not installed (because they are optional in the Qt Online Installer). Task-number: QTBUG-120759 Change-Id: I03d8d75b273fe497803b9af9783b90e397b0638d Reviewed-by: Eike Ziller <eike.ziller@qt.io> (cherry picked from commit 9a61a3a9875f34207cd1845f11284cd5a36ab173) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/demos/dice/doc')
-rw-r--r--examples/demos/dice/doc/src/dice.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/demos/dice/doc/src/dice.qdoc b/examples/demos/dice/doc/src/dice.qdoc
index 1633167bf..d12875383 100644
--- a/examples/demos/dice/doc/src/dice.qdoc
+++ b/examples/demos/dice/doc/src/dice.qdoc
@@ -10,6 +10,8 @@
\examplecategory {Application Examples}
\examplecategory {Mobile}
\meta {tag} {quick,3d,physics, multimedia, sensors}
+ \meta {docdependencies} {QtQuick3DPhysics,QtMultimedia,QtSensors}
+
\image dice-screenshot.webp
\section1 Overview