forked from qt-creator/qt-creator
Replace links to "\l{http://qt-project.org/doc/"
with links to topic titles. Remove links where QDoc
creates them automatically based on the .index files.
Add the .index files for the modules that are discussed
in the Qt Creator Manual.
Note: the links will only be generated if the Qt used to
build the docs contains the linked modules and documentation
(.index file) has been generated for them.
Change-Id: Ibe624bf3773e7c854c03ebba4db406be0b4a7b90
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
56 lines
2.2 KiB
Plaintext
56 lines
2.2 KiB
Plaintext
project = "QtCreator"
|
|
description = "Qt Creator Manual"
|
|
|
|
headerdirs =
|
|
sourcedirs = $SRCDIR/src
|
|
imagedirs = $SRCDIR/images $SRCDIR/templates/images
|
|
outputdir = $OUTDIR
|
|
exampledirs = $SRCDIR/examples \
|
|
$SRCDIR/snippets
|
|
indexes += $QT_INSTALL_DOCS/qtwidgets/qtwidgets.index \
|
|
$QT_INSTALL_DOCS/qtcore/qtcore.index \
|
|
$QT_INSTALL_DOCS/qtqml/qtqml.index \
|
|
$QT_INSTALL_DOCS/qtquick/qtquick.index \
|
|
$QT_INSTALL_DOCS/qmake/qmake.index \
|
|
$QT_INSTALL_DOCS/qtdesigner/qtdesigner.index \
|
|
$QT_INSTALL_DOCS/qtdoc/qtdoc.index \
|
|
$QT_INSTALL_DOCS/qtgui/qtgui.index \
|
|
$QT_INSTALL_DOCS/qthelp/qthelp.index \
|
|
$QT_INSTALL_DOCS/qtquickcontrols/qtquickcontrols.index \
|
|
$QT_INSTALL_DOCS/qtquicklayouts/qtquicklayouts.index \
|
|
$QT_INSTALL_DOCS/qtlinguist/qtlinguist.index \
|
|
$QT_INSTALL_DOCS/qtscript/qtscript.index \
|
|
$QT_INSTALL_DOCS/qtsensors/qtsensors.index \
|
|
$QT_INSTALL_DOCS/qtuitools/qtuitools.index \
|
|
$QT_INSTALL_DOCS/qtwebkit/qtwebkit.index \
|
|
$QT_INSTALL_DOCS/qtxml/qtxml.index
|
|
|
|
include(macros.qdocconf)
|
|
include(qt-cpp-ignore.qdocconf)
|
|
include(qt-defines.qdocconf)
|
|
|
|
sources.fileextensions = "*.qdoc"
|
|
|
|
qhp.projects = QtCreator
|
|
qhp.QtCreator.file = qtcreator.qhp
|
|
qhp.QtCreator.namespace = org.qt-project.qtcreator.$QTC_VERSION_TAG
|
|
qhp.QtCreator.virtualFolder = doc
|
|
qhp.QtCreator.indexTitle = Qt Creator Manual $QTC_VERSION
|
|
qhp.QtCreator.filterAttributes = qtcreator $QTC_VERSION
|
|
qhp.QtCreator.customFilters.QtCreator.name = Qt Creator $QTC_VERSION
|
|
qhp.QtCreator.customFilters.QtCreator.filterAttributes = qtcreator $QTC_VERSION
|
|
qhp.QtCreator.indexRoot =
|
|
|
|
qhp.QtCreator.subprojects = manual
|
|
qhp.QtCreator.subprojects.manual.title = Qt Creator Manual
|
|
qhp.QtCreator.subprojects.manual.indexTitle = Qt Creator Manual
|
|
qhp.QtCreator.subprojects.manual.type = manual
|
|
|
|
# Doxygen compatibility commands
|
|
|
|
macro.see = "\\sa"
|
|
macro.function = "\\fn"
|
|
|
|
navigation.landingpage = "Qt Creator Manual"
|
|
buildversion = "Qt Creator Manual $QTC_VERSION"
|