2012-05-31 13:28:14 +02:00
|
|
|
project = "QtCreator"
|
2010-12-17 20:21:27 +01:00
|
|
|
description = "Qt Creator Manual"
|
|
|
|
|
|
|
|
|
|
headerdirs =
|
2011-11-08 17:15:07 +01:00
|
|
|
sourcedirs = $SRCDIR/src
|
2010-12-17 20:21:27 +01:00
|
|
|
imagedirs = $SRCDIR/images $SRCDIR/templates/images
|
|
|
|
|
outputdir = $OUTDIR
|
2013-01-23 12:37:22 +01:00
|
|
|
exampledirs = $SRCDIR/examples \
|
|
|
|
|
$SRCDIR/snippets
|
2010-12-17 20:21:27 +01:00
|
|
|
indexes = qt.index
|
|
|
|
|
|
|
|
|
|
include(macros.qdocconf)
|
|
|
|
|
include(qt-cpp-ignore.qdocconf)
|
|
|
|
|
include(qt-defines.qdocconf)
|
|
|
|
|
|
2011-09-27 11:21:21 +02:00
|
|
|
sources.fileextensions = "*.qdoc"
|
2010-12-17 20:21:27 +01:00
|
|
|
|
|
|
|
|
qhp.projects = QtCreator
|
|
|
|
|
qhp.QtCreator.file = qtcreator.qhp
|
2011-03-07 20:38:17 +01:00
|
|
|
qhp.QtCreator.namespace = com.nokia.qtcreator.$QTC_VERSION_TAG
|
2010-12-17 20:21:27 +01:00
|
|
|
qhp.QtCreator.virtualFolder = doc
|
2011-06-22 17:24:57 +02:00
|
|
|
qhp.QtCreator.indexTitle = Qt Creator Manual $QTC_VERSION
|
2011-03-07 20:38:17 +01:00
|
|
|
qhp.QtCreator.filterAttributes = qtcreator $QTC_VERSION
|
|
|
|
|
qhp.QtCreator.customFilters.QtCreator.name = Qt Creator $QTC_VERSION
|
|
|
|
|
qhp.QtCreator.customFilters.QtCreator.filterAttributes = qtcreator $QTC_VERSION
|
2010-12-17 20:21:27 +01:00
|
|
|
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"
|