summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-08-19 16:31:08 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-08-19 16:31:08 +0200
commita01c1455afecc2a98598a574f69ce682586357ff (patch)
treec97b5df394e9ecffaac12f5f37d702e7759db369 /src
parentbb684104f8d5c619a3e55f8b6cfa259cc154016b (diff)
parent02e0e2a9770448a2f2a988b145590ff4a0b86b81 (diff)
downloadqtwebsockets-a01c1455afecc2a98598a574f69ce682586357ff.tar.gz
Merge remote-tracking branch 'origin/5.4' into 5.5
Conflicts: .qmake.conf Change-Id: I3f9a7c0afccb925e1b821ca7191dab4e1855cc21
Diffstat (limited to 'src')
-rw-r--r--src/websockets/doc/qtwebsockets.qdocconf6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/websockets/doc/qtwebsockets.qdocconf b/src/websockets/doc/qtwebsockets.qdocconf
index 002898c..ba77c82 100644
--- a/src/websockets/doc/qtwebsockets.qdocconf
+++ b/src/websockets/doc/qtwebsockets.qdocconf
@@ -56,7 +56,11 @@ examples.fileextensions += "*.html"
imagedirs += ../../../examples/websockets/doc/images \
images
-manifestmeta.thumbnail.names += "QtWebSockets/*"
+#add generic thumbnail images for example documentation that does not have an image.
+manifestmeta.thumbnail.names += "QtWebSockets/Echo Client*" \
+ "QtWebSockets/QML*" \
+ "QtWebSockets/SSL*" \
+ "QtWebSockets/Simple*"
navigation.landingpage = "Qt WebSockets"
navigation.cppclassespage = "Qt WebSockets C++ Classes"