forked from qt-creator/qt-creator
- Fix the paths to them in .qdoc files - Remove paths to source folders from .qdocconf files This is the second step towards making the icons visible in both dark and light online doc modes. Task-number: QTCREATORBUG-26644 Change-Id: I6995ea716df78cf0f285175515d1466ee20e317b Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
76 lines
2.0 KiB
Plaintext
76 lines
2.0 KiB
Plaintext
project = qtcreator
|
|
description = "$IDE_DISPLAY_NAME Manual"
|
|
url = http://doc.qt.io/$IDE_ID
|
|
|
|
#Words to ignore for auto-linking
|
|
ignorewords += \
|
|
Boot2Qt \
|
|
macOS \
|
|
WebChannel \
|
|
WebSocket \
|
|
WebSockets \
|
|
OpenGL \
|
|
MinGW
|
|
|
|
headerdirs =
|
|
sourcedirs = ../src
|
|
|
|
imagedirs = ../images
|
|
|
|
exampledirs = ../examples
|
|
examples.fileextensions += *.qml *.svg
|
|
|
|
include(../../qtcreator/images/extraimages/qtcreator-extraimages.qdocconf)
|
|
|
|
depends += qtandroidextras\
|
|
qtwidgets \
|
|
qtcmake \
|
|
qtcore \
|
|
qtqml \
|
|
qtquick \
|
|
qmake \
|
|
qtdesigner \
|
|
qtdoc \
|
|
qtgui \
|
|
qthelp \
|
|
qtquicktimeline \
|
|
qtlinguist \
|
|
qtscxml \
|
|
qtsensors \
|
|
qttestlib \
|
|
qtuitools \
|
|
qtxml \
|
|
qtlocation \
|
|
qtvirtualkeyboard
|
|
|
|
include(../../config/macros.qdocconf)
|
|
include(../../config/qt-cpp-ignore.qdocconf)
|
|
include(../../config/qt-defines.qdocconf)
|
|
|
|
defines += qtcreator
|
|
|
|
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 = $IDE_DISPLAY_NAME Manual $QTC_VERSION
|
|
qhp.QtCreator.filterAttributes = $IDE_ID $QTC_VERSION
|
|
qhp.QtCreator.customFilters.QtCreator.name = $IDE_DISPLAY_NAME $QTC_VERSION
|
|
qhp.QtCreator.customFilters.QtCreator.filterAttributes = $IDE_ID $QTC_VERSION
|
|
qhp.QtCreator.indexRoot =
|
|
|
|
qhp.QtCreator.subprojects = manual
|
|
qhp.QtCreator.subprojects.manual.title = $IDE_DISPLAY_NAME Manual
|
|
qhp.QtCreator.subprojects.manual.indexTitle = All Topics
|
|
qhp.QtCreator.subprojects.manual.type = manual
|
|
|
|
# Doxygen compatibility commands
|
|
|
|
macro.see = "\\sa"
|
|
macro.function = "\\fn"
|
|
|
|
navigation.landingpage = "$IDE_DISPLAY_NAME Manual"
|
|
buildversion = "$IDE_DISPLAY_NAME Manual $QTC_VERSION"
|