From ac3356ed20be17d70650293c48c5bd96bcae379e Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 14 Mar 2014 09:34:37 +0100 Subject: [PATCH] Doc: Add generic thumbnails for the examples 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 --- src/websockets/doc/qtwebsockets.qdocconf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/websockets/doc/qtwebsockets.qdocconf b/src/websockets/doc/qtwebsockets.qdocconf index 7822edc..a508827 100644 --- a/src/websockets/doc/qtwebsockets.qdocconf +++ b/src/websockets/doc/qtwebsockets.qdocconf @@ -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" -- 2.7.4