aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-06-01 13:45:26 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2016-06-03 06:30:00 +0000
commit0295c81fdfd0a14e5c427c397b0b9e005ba86f9b (patch)
tree2325765fe31ac6310c50384c4bcb950ee1661a78
parented3dc28209f12a58235ec36f43fa7e5b896bf784 (diff)
Doc: Add thumbnails for examples that do not have UIsv5.7.0
Without this change, Qt Creator tags the examples "broken". Task-number: QTBUG-53752 Change-Id: Ibbf4618cc1789b43e55f7c0beb955eb0b71450a8 Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
-rw-r--r--src/gamepad/doc/qtgamepad.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gamepad/doc/qtgamepad.qdocconf b/src/gamepad/doc/qtgamepad.qdocconf
index 4e064f9..1becd3f 100644
--- a/src/gamepad/doc/qtgamepad.qdocconf
+++ b/src/gamepad/doc/qtgamepad.qdocconf
@@ -48,3 +48,6 @@ Cpp.ignoredirectives += Q_DECLARE_LOGGING_CATEGORY
navigation.landingpage = "Qt Gamepad"
navigation.qmltypespage = "Qt Gamepad QML Types"
navigation.cppclassespage = "Qt Gamepad C++ Classes"
+
+manifestmeta.thumbnail.names = "QtGamepad/Qt Gamepad Mouse Item Example" \
+ "QtGamepad/Qt Gamepad Simple Example"