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:
parent
649f5f650b
commit
73a62921d0
|
@ -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():
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ exampledirs += ../../../examples/quickcontrols \
|
|||
../ \
|
||||
snippets
|
||||
|
||||
examples.fileextensions += "*.conf"
|
||||
examples.fileextensions += "*.conf *.theme"
|
||||
|
||||
examplesinstallpath = quickcontrols
|
||||
|
||||
|
|
Loading…
Reference in New Issue