2011-04-27 17:35:17 +02:00
|
|
|
project = "Qt Creator"
|
|
|
|
|
description = "Extending Qt Creator Manual"
|
|
|
|
|
|
|
|
|
|
language = Cpp
|
|
|
|
|
|
|
|
|
|
headerdirs = . \
|
2016-01-26 10:06:59 +01:00
|
|
|
../api \
|
2011-04-27 17:35:17 +02:00
|
|
|
../../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/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 = . \
|
2016-01-26 10:06:59 +01:00
|
|
|
../api \
|
2011-04-27 17:35:17 +02:00
|
|
|
../../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/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"
|
|
|
|
|
|
2017-03-02 15:55:08 +01:00
|
|
|
imagedirs = ../api/images ../images ../templates/images
|
|
|
|
|
exampledirs = ../api/examples
|
|
|
|
|
|
|
|
|
|
depends += qtwidgets \
|
|
|
|
|
qtcore \
|
|
|
|
|
qtqml \
|
|
|
|
|
qtquick \
|
|
|
|
|
qmake \
|
|
|
|
|
qtdesigner \
|
|
|
|
|
qtdoc \
|
|
|
|
|
qtgui \
|
|
|
|
|
qthelp \
|
|
|
|
|
qtquickcontrols \
|
|
|
|
|
qtlinguist \
|
|
|
|
|
qtsensors \
|
|
|
|
|
qtuitools \
|
|
|
|
|
qtwebkit \
|
|
|
|
|
qtxml
|
2011-04-27 17:35:17 +02:00
|
|
|
|
|
|
|
|
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"
|