summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-06-01 10:17:05 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2016-06-01 10:58:22 +0000
commit05e6410385dba359566155ed1b6889506eeebe0e (patch)
tree2d976f394bcafa89b94bee9ee0de886f64692494
parente42a6187aae414d97b0b166b2e3f824a29380d8e (diff)
Doc: Fix examples install path for Qt Creatorv5.7.0
Without this change, Qt Creator tags the examples as "broken". Change-Id: I42e73b967198a3f3a3da7fb6530f3041cbcb23fe Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
-rw-r--r--src/scxml/doc/qtscxml.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scxml/doc/qtscxml.qdocconf b/src/scxml/doc/qtscxml.qdocconf
index e58a710..d7e5f1a 100644
--- a/src/scxml/doc/qtscxml.qdocconf
+++ b/src/scxml/doc/qtscxml.qdocconf
@@ -7,7 +7,7 @@ version = $QT_VERSION
# Install path for the examples. For Qt 5.6, the convention
# is to use the repository name as the install location
# under QT_INSTALL_EXAMPLES.
-examplesinstallpath = qtscxml/scxml
+examplesinstallpath = scxml
exampledirs = ../../../examples/scxml
imagedirs = ../../../examples/doc/images