forked from qt-creator/qt-creator
Update text to match the template and UI. Use the \example command instead of \page to have qdoc generate HTML files from the example files. This requires also adding the .pro file. Add an SVG image to the sources and link to it from the text. Change-Id: Ib90798386ee082c9ea2a405b33a4f2a5996a9d2a Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
63 lines
2.4 KiB
Plaintext
63 lines
2.4 KiB
Plaintext
project = "QtCreator"
|
|
description = "Qt Creator Manual"
|
|
url = http://doc.qt.io/qtcreator
|
|
|
|
headerdirs =
|
|
sourcedirs = $SRCDIR/src
|
|
imagedirs = $SRCDIR/images $SRCDIR/templates/images
|
|
outputdir = $OUTDIR
|
|
exampledirs = $SRCDIR/examples
|
|
examples.fileextensions += *.qml *.svg
|
|
|
|
HTML.extraimages = images/commercial.png
|
|
qhp.QtCreator.extraFiles = images/commercial.png
|
|
|
|
|
|
indexes += $QDOC_INDEX_DIR/qtwidgets/qtwidgets.index \
|
|
$QDOC_INDEX_DIR/qtcore/qtcore.index \
|
|
$QDOC_INDEX_DIR/qtqml/qtqml.index \
|
|
$QDOC_INDEX_DIR/qtquick/qtquick.index \
|
|
$QDOC_INDEX_DIR/qmake/qmake.index \
|
|
$QDOC_INDEX_DIR/qtdesigner/qtdesigner.index \
|
|
$QDOC_INDEX_DIR/qtdoc/qtdoc.index \
|
|
$QDOC_INDEX_DIR/qtgui/qtgui.index \
|
|
$QDOC_INDEX_DIR/qthelp/qthelp.index \
|
|
$QDOC_INDEX_DIR/qtquickcontrols/qtquickcontrols.index \
|
|
$QDOC_INDEX_DIR/qtquicklayouts/qtquicklayouts.index \
|
|
$QDOC_INDEX_DIR/qtlinguist/qtlinguist.index \
|
|
$QDOC_INDEX_DIR/qtscript/qtscript.index \
|
|
$QDOC_INDEX_DIR/qtsensors/qtsensors.index \
|
|
$QDOC_INDEX_DIR/qttestlib/qttestlib.index \
|
|
$QDOC_INDEX_DIR/qtuitools/qtuitools.index \
|
|
$QDOC_INDEX_DIR/qtwebkit/qtwebkit.index \
|
|
$QDOC_INDEX_DIR/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"
|