From a2a55674e353c81c7150eaadb57a4cd554ffe354 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 12 Feb 2019 23:23:21 +0100 Subject: [PATCH] Doc: Fix dependency to Qt Creator As Qt Creator now uses $IDE_DISPLAY_NAME as the doc project name, it expands to 'Qt Creator'. QDoc then constructs the index file name as 'qt-creator', hyphenating the space. Change-Id: Ib818fc1a94b1e65bc568f2552eb721a634e68d7e Reviewed-by: Leena Miettinen --- doc/config/fossil.qdocconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/config/fossil.qdocconf b/doc/config/fossil.qdocconf index 98433df81dd..290023fba2d 100644 --- a/doc/config/fossil.qdocconf +++ b/doc/config/fossil.qdocconf @@ -10,7 +10,7 @@ include($$QTC_DOCS_DIR/config/qt-defines.qdocconf) sources.fileextensions = "*.qdoc" -depends += qtcreator +depends += qt-creator qhp.projects = fossil qhp.fossil.file = fossil.qhp