summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-05-27 12:22:51 +0200
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-05-29 20:22:23 +0000
commitf0a39bbfe1dfcb9fc1a65ce156cf0881b448e416 (patch)
tree95ab05e4adc42476e4ae2a9f4a643ad244de112b
parentf8fc6ba8b9eb3c7d193804661ee0835d00076705 (diff)
downloadqtactiveqt-5.4.tar.gz
Doc: Added generic thumbnail images to few examples5.4
Except one, all the example documentation are missing an image. Task-number: QTBUG-41996 Change-Id: Ib72dbf239810e66a60841a1ba1395e6fbcb3e8fe Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--src/activeqt/doc/activeqt.qdocconf10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/activeqt/doc/activeqt.qdocconf b/src/activeqt/doc/activeqt.qdocconf
index 10a340c..f5f2594 100644
--- a/src/activeqt/doc/activeqt.qdocconf
+++ b/src/activeqt/doc/activeqt.qdocconf
@@ -45,3 +45,13 @@ exampledirs += ../../../examples/ \
imagedirs += images
navigation.landingpage = "Active Qt"
+
+#add a generic thumbnail image for example docs that does not have an image
+manifestmeta.thumbnail.names = "ActiveQt/COM App Example*" \
+ "ActiveQt/Hierarchy*" \
+ "ActiveQt/Menus*" \
+ "ActiveQt/Multiple*" \
+ "ActiveQt/OpenGL*" \
+ "ActiveQt/Qutlook*" \
+ "ActiveQt/Simple*" \
+ "ActiveQt/Wrapper*"