Doc: Fix naming of .index files

Qt Creator Manual and Extending Qt Creator had the same project name,
and therefore the same index file name.
Also qdoc's "depends" configuration requires the index file to have
the same name as the directory.
Adapt the project names accordingly.

Change-Id: Ie1ec8ede360e19e3ffd5c7dbea44344f0a631f68
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2020-05-22 10:53:08 +02:00
parent cf91b2c033
commit e7b319fbc1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
project = "$IDE_DISPLAY_NAME"
project = qtcreator
description = "$IDE_DISPLAY_NAME Manual"
url = http://doc.qt.io/$IDE_ID

View File

@@ -1,4 +1,4 @@
project = "Qt Creator"
project = qtcreator-dev
description = "Extending Qt Creator Manual"
language = Cpp