aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2024-03-01 21:48:59 +0200
committerNicholas Bennett <nicholas.bennett@qt.io>2024-04-17 02:00:15 +0300
commit0b594fb3ba2d6b8ac80ec6f09744866a2abe80df (patch)
tree46f41a04200834ae77be8ae4ac166672d84cbf2a /src/quick
parenteed6941ef0c16c8d70281dd0cc6ddd0efed07bbe (diff)
Adds documentation for the qml_in_java_based_android_projects example
Added a qdoc file to the top folder and edited the qtquick.qdocconf file to include it as src and for snippets. Task-number: QTBUG-122964 Pick-to: 6.7 Change-Id: I581e369b0682804729a98288164492ac1c604194 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'src/quick')
-rw-r--r--src/quick/doc/qtquick.qdocconf9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/quick/doc/qtquick.qdocconf b/src/quick/doc/qtquick.qdocconf
index 54dae48d67..913d4408c2 100644
--- a/src/quick/doc/qtquick.qdocconf
+++ b/src/quick/doc/qtquick.qdocconf
@@ -65,7 +65,8 @@ depends += \
../../qmllocalstorage \
../../quicklayouts \
../../labs \
- ../../quick/jar/org/qtproject/qt/android
+ ../../quick/jar/org/qtproject/qt/android \
+ ../../../examples/platforms
# both have their own documentation project
excludedirs += \
@@ -77,7 +78,8 @@ exampledirs += \
../../qmlmodels/doc/snippets \
../../quickcontrols/doc/snippets \
snippets \
- ../../../tests/auto/quick/doc
+ ../../../tests/auto/quick/doc \
+ ../../../examples/platforms
imagedirs += images
@@ -94,7 +96,8 @@ imagedirs += images
../../plugins
excludefiles += ../util/qquickpropertychanges_p.h
-examples.fileextensions += "*.qm"
+examples.fileextensions += "*.qm" \
+ "*.java"
manifestmeta.thumbnail.names += "QtQuick/QML Dynamic View Ordering Tutorial*"