forked from qt-creator/qt-creator
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 <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -10,7 +10,7 @@ include($$QTC_DOCS_DIR/config/qt-defines.qdocconf)
|
|||||||
|
|
||||||
sources.fileextensions = "*.qdoc"
|
sources.fileextensions = "*.qdoc"
|
||||||
|
|
||||||
depends += qtcreator
|
depends += qt-creator
|
||||||
|
|
||||||
qhp.projects = fossil
|
qhp.projects = fossil
|
||||||
qhp.fossil.file = fossil.qhp
|
qhp.fossil.file = fossil.qhp
|
||||||
|
|||||||
Reference in New Issue
Block a user