314b7184aa
QDoc links to the homepage in the navigation bar; use index.html for linking instead of "Qt $QT_VER" to prevent incorrect links to section titles that clash with that string. Task-number: QTBUG-62484 Change-Id: I53ced31b7ce35d69579a8c70cbc475e306fd3b18 Reviewed-by: Martin Smith <martin.smith@qt.io>
21 lines
694 B
Plaintext
21 lines
694 B
Plaintext
#Include this file to inherit configuration related to Qt Project based modules.
|
|
|
|
dita.metadata.default.author = Qt Project
|
|
dita.metadata.default.permissions = all
|
|
dita.metadata.default.publisher = Qt Project
|
|
dita.metadata.default.copyryear = 2018
|
|
dita.metadata.default.copyrholder = The Qt Company Ltd
|
|
dita.metadata.default.audience = programmer
|
|
|
|
#Set the main Qt index.html
|
|
navigation.homepage = index.html
|
|
navigation.hometitle = "Qt $QT_VER"
|
|
|
|
sourcedirs += includes $$BUILDDIR
|
|
|
|
url = http://doc.qt.io/qt-5
|
|
|
|
# Uncomment the following two lines to generate documentation marked as \internal
|
|
# alias.internal = disable
|
|
# macro.internal.HTML = "<span style="color:red">[internal]</span>"
|