2011-04-27 17:35:17 +02:00
|
|
|
project = "Qt Creator"
|
|
|
|
|
description = "Extending Qt Creator Manual"
|
|
|
|
|
|
|
|
|
|
language = Cpp
|
|
|
|
|
|
|
|
|
|
headerdirs = . \
|
|
|
|
|
../../src/libs/aggregation \
|
|
|
|
|
../../src/libs/cplusplus \
|
|
|
|
|
../../src/libs/extensionsystem \
|
|
|
|
|
../../src/libs/utils \
|
2011-11-01 14:01:07 +01:00
|
|
|
../../src/libs/qmljs \
|
2011-04-27 17:35:17 +02:00
|
|
|
../../src/libs/qtcreatorcdbext \
|
|
|
|
|
../../src/plugins/coreplugin \
|
|
|
|
|
../../src/plugins/find \
|
|
|
|
|
../../src/plugins/locator \
|
|
|
|
|
../../src/plugins/debugger \
|
|
|
|
|
../../src/plugins/vcsbase \
|
2011-05-31 14:12:58 +02:00
|
|
|
../../src/plugins/projectexplorer \
|
|
|
|
|
../../src/plugins/texteditor
|
2011-04-27 17:35:17 +02:00
|
|
|
|
|
|
|
|
sourcedirs = . \
|
|
|
|
|
../../src/libs/aggregation \
|
|
|
|
|
../../src/libs/cplusplus \
|
|
|
|
|
../../src/libs/extensionsystem \
|
|
|
|
|
../../src/libs/utils \
|
2011-11-01 14:01:07 +01:00
|
|
|
../../src/libs/qmljs \
|
2011-04-27 17:35:17 +02:00
|
|
|
../../src/libs/qtcreatorcdbext \
|
|
|
|
|
../../src/plugins/coreplugin \
|
|
|
|
|
../../src/plugins/find \
|
|
|
|
|
../../src/plugins/locator \
|
|
|
|
|
../../src/plugins/debugger \
|
|
|
|
|
../../src/plugins/vcsbase \
|
2011-05-31 14:12:58 +02:00
|
|
|
../../src/plugins/projectexplorer\
|
|
|
|
|
../../src/plugins/texteditor
|
2011-04-27 17:35:17 +02:00
|
|
|
|
2013-04-02 15:59:51 +02:00
|
|
|
# -- Uncomment following option to generate complete documentation
|
|
|
|
|
# instead of public API documentation only.
|
|
|
|
|
#showinternal = true
|
2011-04-27 17:35:17 +02:00
|
|
|
|
|
|
|
|
headers.fileextensions = "*.h"
|
|
|
|
|
sources.fileextensions = "*.cpp *.qdoc"
|
|
|
|
|
|
2011-10-10 08:32:07 +02:00
|
|
|
imagedirs = $SRCDIR/api/images $SRCDIR/images $SRCDIR/templates/images
|
2011-05-31 17:00:47 +02:00
|
|
|
outputdir = $OUTDIR
|
2011-10-10 08:32:07 +02:00
|
|
|
exampledirs = $SRCDIR/api/examples
|
2011-04-27 17:35:17 +02:00
|
|
|
indexes = qt.index
|
|
|
|
|
|
|
|
|
|
include(macros.qdocconf)
|
|
|
|
|
include(qt-cpp-ignore.qdocconf)
|
|
|
|
|
include(qt-defines.qdocconf)
|
|
|
|
|
|
|
|
|
|
qhp.projects = QtCreatorDev
|
|
|
|
|
qhp.QtCreatorDev.file = qtcreator-dev.qhp
|
2013-01-29 15:29:55 +01:00
|
|
|
qhp.QtCreatorDev.namespace = org.qt-project.qtcreator.developer.$QTC_VERSION_TAG
|
2011-04-27 17:35:17 +02:00
|
|
|
qhp.QtCreatorDev.virtualFolder = doc
|
|
|
|
|
qhp.QtCreatorDev.indexTitle = Extending Qt Creator Manual
|
|
|
|
|
qhp.QtCreatorDev.filterAttributes = qtcreator $QTC_VERSION
|
|
|
|
|
qhp.QtCreatorDev.customFilters.QtCreator.name = Qt Creator $QTC_VERSION
|
|
|
|
|
qhp.QtCreatorDev.customFilters.QtCreator.filterAttributes = qtcreator $QTC_VERSION
|
|
|
|
|
qhp.QtCreatorDev.indexRoot =
|
|
|
|
|
|
|
|
|
|
qhp.QtCreator.subprojects = manual
|
|
|
|
|
qhp.QtCreator.subprojects.manual.title = Creating Qt Creator Plugins
|
|
|
|
|
qhp.QtCreator.subprojects.manual.indexTitle = Creating Qt Creator Plugins
|
|
|
|
|
qhp.QtCreator.subprojects.manual.type = manual
|
|
|
|
|
|
|
|
|
|
# Doxygen compatibility commands
|
|
|
|
|
|
|
|
|
|
macro.see = "\\sa"
|
|
|
|
|
macro.function = "\\fn"
|
2013-06-19 12:20:43 +02:00
|
|
|
|
|
|
|
|
navigation.landingpage = "Extending Qt Creator Manual"
|
|
|
|
|
buildversion = "Extending Qt Creator Manual $QTC_VERSION"
|