forked from qt-creator/qt-creator
- Qt Quick Controls 1 has been removed and most link targets have been changed - Leave some link targets where links would break - Leave strings that still have the "2" in Qt Creator - Remove the obsolete dependency (QDoc complained about it) Change-Id: I05148df3b07b4499f802557252c028b11ca29213 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
80 lines
2.7 KiB
Plaintext
80 lines
2.7 KiB
Plaintext
project = "$IDE_DISPLAY_NAME"
|
|
description = "$IDE_DISPLAY_NAME Manual"
|
|
url = http://doc.qt.io/$IDE_ID
|
|
|
|
headerdirs =
|
|
sourcedirs = ../src
|
|
imagedirs = ../images \
|
|
../templates/images \
|
|
../../src/libs/qmleditorwidgets/images \
|
|
../../src/libs/utils/images \
|
|
../../src/plugins/android/images \
|
|
../../src/plugins/autotest/images \
|
|
../../src/plugins/classview/images \
|
|
../../src/plugins/coreplugin/images \
|
|
../../src/plugins/debugger/images \
|
|
../../src/plugins/diffeditor/images \
|
|
../../src/plugins/help/images \
|
|
../../src/plugins/projectexplorer/images \
|
|
../../src/plugins/qmldesigner/components/componentcore/images \
|
|
../../src/plugins/qmldesigner/components/formeditor \
|
|
../../src/plugins/qmldesigner/components/navigator \
|
|
../../src/plugins/scxmleditor/common/images \
|
|
../../src/plugins/texteditor/images \
|
|
../../src/plugins/valgrind/images
|
|
|
|
exampledirs = ../examples
|
|
examples.fileextensions += *.qml *.svg
|
|
|
|
HTML.extraimages = images/commercial.png
|
|
qhp.QtCreator.extraFiles = images/commercial.png
|
|
|
|
depends += qtwidgets \
|
|
qtcore \
|
|
qtqml \
|
|
qtquick \
|
|
qmake \
|
|
qtdesigner \
|
|
qtdoc \
|
|
qtgui \
|
|
qthelp \
|
|
qtquickcontrols \
|
|
qtquickextras \
|
|
qtlinguist \
|
|
qtscxml \
|
|
qtsensors \
|
|
qttestlib \
|
|
qtuitools \
|
|
qtxml
|
|
|
|
include(macros.qdocconf)
|
|
include(qt-cpp-ignore.qdocconf)
|
|
include(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"
|