Doc: Add generic thumbnails for the examples
authorTopi Reinio <topi.reinio@digia.com>
Fri, 14 Mar 2014 08:34:37 +0000 (09:34 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 14 Mar 2014 13:15:53 +0000 (14:15 +0100)
As the examples do not have any images in their documentation,
no thumbnails are generated.

This change adds generic 'Qt Code Sample' thumbnails for the
examples, ensuring that they are listed in Qt Creator's
example list.

Change-Id: I40d3c69e9cebad72997d82eba0758c63c146aea7
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
src/websockets/doc/qtwebsockets.qdocconf

index 7822edc..a508827 100644 (file)
@@ -51,6 +51,8 @@ sourcedirs                                          += .. \
 exampledirs                                         += ../../../examples/ \
                                                        snippets
 
+manifestmeta.thumbnail.names                        += "QtWebSockets/*"
+
 navigation.landingpage                              = "Qt WebSockets"
 navigation.cppclassespage                           = "Qt WebSockets C++ Classes"
 navigation.qmltypespage                             = "Qt WebSockets QML Types"