2020-05-22 10:53:08 +02:00
|
|
|
project = qtcreator-dev
|
2011-04-27 17:35:17 +02:00
|
|
|
description = "Extending Qt Creator Manual"
|
|
|
|
|
|
|
|
|
|
language = Cpp
|
|
|
|
|
|
2020-09-09 14:43:02 +02:00
|
|
|
#Words to ignore for auto-linking
|
|
|
|
|
ignorewords += \
|
|
|
|
|
macOS \
|
|
|
|
|
WebChannel \
|
|
|
|
|
WebSocket \
|
|
|
|
|
WebSockets \
|
|
|
|
|
OpenGL \
|
|
|
|
|
MinGW
|
|
|
|
|
|
2011-04-27 17:35:17 +02:00
|
|
|
headerdirs = . \
|
2020-01-23 11:45:07 +01:00
|
|
|
../src \
|
|
|
|
|
../../../src/libs/aggregation \
|
2020-02-21 15:04:02 +01:00
|
|
|
../../../src/libs/extensionsystem \
|
|
|
|
|
../../../src/plugins/coreplugin
|
2011-04-27 17:35:17 +02:00
|
|
|
|
|
|
|
|
sourcedirs = . \
|
2020-01-23 11:45:07 +01:00
|
|
|
../src \
|
|
|
|
|
../../../src/libs/aggregation \
|
2020-02-21 15:04:02 +01:00
|
|
|
../../../src/libs/extensionsystem \
|
|
|
|
|
../../../src/plugins/coreplugin
|
|
|
|
|
|
2011-04-27 17:35:17 +02:00
|
|
|
|
2020-02-17 16:59:34 +01:00
|
|
|
excludedirs = ../../../src/libs/aggregation/examples
|
|
|
|
|
|
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"
|
|
|
|
|
|
2020-01-23 11:45:07 +01:00
|
|
|
imagedirs = ../images \
|
2020-02-10 13:28:29 +01:00
|
|
|
../../config/images \
|
|
|
|
|
../../qtcreator/images
|
2020-01-23 11:45:07 +01:00
|
|
|
exampledirs = ../examples
|
2017-03-02 15:55:08 +01:00
|
|
|
|
|
|
|
|
depends += qtwidgets \
|
|
|
|
|
qtcore \
|
|
|
|
|
qtqml \
|
|
|
|
|
qtquick \
|
|
|
|
|
qmake \
|
|
|
|
|
qtdesigner \
|
|
|
|
|
qtdoc \
|
|
|
|
|
qtgui \
|
|
|
|
|
qthelp \
|
|
|
|
|
qtquickcontrols \
|
|
|
|
|
qtlinguist \
|
|
|
|
|
qtsensors \
|
|
|
|
|
qtuitools \
|
2020-02-04 17:35:50 +01:00
|
|
|
qtxml \
|
|
|
|
|
qttestlib
|
2011-04-27 17:35:17 +02:00
|
|
|
|
2020-01-23 11:45:07 +01:00
|
|
|
include(../../config/macros.qdocconf)
|
|
|
|
|
include(../../config/qt-cpp-ignore.qdocconf)
|
|
|
|
|
include(../../config/qt-defines.qdocconf)
|
2011-04-27 17:35:17 +02:00
|
|
|
|
|
|
|
|
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"
|