aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-06-01 12:47:34 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2016-06-01 10:57:47 +0000
commited3dc28209f12a58235ec36f43fa7e5b896bf784 (patch)
tree5b8c9942232f4e3e049479d63246a21def33a039
parenteaf8a9800e81a446e9badaa32be459d0a54ec9b5 (diff)
Doc: Fix examples install path and directory for Qt Creator
Without this fix, Qt Creator tags gamepad examples "broken". Change-Id: I183884e97f98b8ca2bec160b51559d7557d02c7a Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
-rw-r--r--src/gamepad/doc/qtgamepad.qdocconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gamepad/doc/qtgamepad.qdocconf b/src/gamepad/doc/qtgamepad.qdocconf
index 013bf7d..4e064f9 100644
--- a/src/gamepad/doc/qtgamepad.qdocconf
+++ b/src/gamepad/doc/qtgamepad.qdocconf
@@ -4,7 +4,7 @@ project = QtGamepad
description = Qt Gamepad Reference Documentation
version = $QT_VERSION
-examplesinstallpath = qtgamepad
+examplesinstallpath = gamepad
qhp.projects = QtGamepad
@@ -38,7 +38,7 @@ headerdirs += ../ \
sourcedirs += ../ \
../../plugins
-exampledirs += ../../../examples
+exampledirs += ../../../examples/gamepad
imagedirs += images