Doc: QtQuickControls Wearable example: Fix file quoting

Fix \quotefile path as source files have been moved. Also, add .theme
as a valid extension for example files.

Pick-to: 6.5
Change-Id: Icfcb85fdfb99e86eb97ef6e1b53e4fa5771095a3
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
This commit is contained in:
Topi Reinio 2023-06-01 14:45:44 +00:00
parent 649f5f650b
commit 73a62921d0
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
folder in the application's resources. The \c index.theme file lists the contents
of the icon theme:
\quotefile wearable/icons/wearable/index.theme
\quotefile wearable/Wearable/icons/wearable/index.theme
Finally, the icon theme is selected in \c main():

View File

@ -39,7 +39,7 @@ exampledirs += ../../../examples/quickcontrols \
../ \
snippets
examples.fileextensions += "*.conf"
examples.fileextensions += "*.conf *.theme"
examplesinstallpath = quickcontrols