From f10fb7a68c86d00f60b31d46ff68ce3fdfc1c5e6 Mon Sep 17 00:00:00 2001 From: Andreas Eliasson Date: Mon, 11 Aug 2025 14:10:05 +0200 Subject: [PATCH] Doc: Revise FX Material Showroom example Add sections and make small changes to adhere to the example template at app-examples-template.qdoc Fixes: QTBUG-137897 Pick-to: 6.10 6.9 6.8 6.5 Change-Id: Idf05dcce9fe7cd1d01f9b15ead840cb08fccf1f4 Reviewed-by: Jerome Pasion --- .../doc/src/FX_Material_Showroom.qdoc | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/examples/demos/FX_Material_Showroom/doc/src/FX_Material_Showroom.qdoc b/examples/demos/FX_Material_Showroom/doc/src/FX_Material_Showroom.qdoc index 1ac58050e..913cde31d 100644 --- a/examples/demos/FX_Material_Showroom/doc/src/FX_Material_Showroom.qdoc +++ b/examples/demos/FX_Material_Showroom/doc/src/FX_Material_Showroom.qdoc @@ -24,5 +24,22 @@ effects such as snow, smoke, and fire to the scene. \include examples-run.qdocinc - \include examples/qtquick3d.qdocinc + + \section1 Platform notes + + For this example, you can create target executables for the major platforms, + including iOS, \macos, Windows, and Linux. On Android, the example creates a + \c Module library. + + For more information, see \l {qt_add_executable}. + + \section1 Relevant classes + + The example uses the \l {Qt Quick 3D} module, which is a separate item in + the Qt Online Installer. If the example fails to configure, please make sure + that you have Qt Quick 3D installed. + + \section1 Source files + + \sa {Qt Quick 3D Examples and Tutorials} */