diff options
author | Eike Ziller <eike.ziller@qt.io> | 2018-06-21 14:08:59 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2018-07-04 07:42:14 +0000 |
commit | 2e1f0c25780dfffcdc2cb2cbf364b57947d4d956 (patch) | |
tree | 00a8e19e8ea0598d7c7ce001d1c99eca9a7e8c8c /doc | |
parent | efccf11835c3529fbce4e23fdfe67ddc3e080f5c (diff) | |
download | qt-creator-2e1f0c25780dfffcdc2cb2cbf364b57947d4d956.tar.gz |
Fix documentation build when renaming IDE
Do not rename documentation qhp file. The documentation qmake files
currently depend on the files having the same base name as the qdocconf file.
Also do not change the documentation namespace. There are places where
these are mentioned in translated strings.
Fixup of 54208113eee147b29a7a7c4df96365569890fd56
Change-Id: Iace171535ea5be6e22fec9760a5d96722b052341
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config/qtcreator-project.qdocconf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config/qtcreator-project.qdocconf b/doc/config/qtcreator-project.qdocconf index 5762f9c6eb..983fc3e895 100644 --- a/doc/config/qtcreator-project.qdocconf +++ b/doc/config/qtcreator-project.qdocconf @@ -54,8 +54,8 @@ include(qt-defines.qdocconf) sources.fileextensions = "*.qdoc" qhp.projects = QtCreator -qhp.QtCreator.file = $IDE_ID.qhp -qhp.QtCreator.namespace = org.qt-project.$IDE_ID.$QTC_VERSION_TAG +qhp.QtCreator.file = qtcreator.qhp +qhp.QtCreator.namespace = org.qt-project.qtcreator.$QTC_VERSION_TAG qhp.QtCreator.virtualFolder = doc qhp.QtCreator.indexTitle = $IDE_DISPLAY_NAME Manual $QTC_VERSION qhp.QtCreator.filterAttributes = $IDE_ID $QTC_VERSION |