2012-10-15 17:47:45 +00:00
|
|
|
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
2014-09-01 08:41:45 +00:00
|
|
|
include($QT_INSTALL_DOCS/global/externalsites.qdocconf)
|
2013-08-09 13:05:09 +00:00
|
|
|
|
|
|
|
|
|
|
|
project = QtDoc
|
|
|
|
description = Qt Reference Documentation
|
|
|
|
version = $QT_VERSION
|
|
|
|
|
2018-03-27 11:01:56 +00:00
|
|
|
# Instruct Clang not to look for a module header
|
|
|
|
moduleheader =
|
|
|
|
|
2019-10-22 07:46:02 +00:00
|
|
|
# Depend on everything - load all available index files
|
|
|
|
depends = *
|
2013-08-09 13:05:09 +00:00
|
|
|
|
|
|
|
headerdirs += ../src
|
|
|
|
imagedirs += ../src/images \
|
|
|
|
../images
|
|
|
|
|
|
|
|
sourcedirs += \
|
2015-09-30 10:00:20 +00:00
|
|
|
../src
|
2013-08-09 13:05:09 +00:00
|
|
|
|
|
|
|
exampledirs += \
|
|
|
|
../src \
|
2018-05-22 12:01:05 +00:00
|
|
|
../snippets \
|
2018-06-26 13:53:07 +00:00
|
|
|
../../examples
|
2013-08-09 13:05:09 +00:00
|
|
|
|
|
|
|
excludedirs += \
|
2019-08-06 10:03:04 +00:00
|
|
|
../src/snippets \
|
2020-10-02 12:35:10 +00:00
|
|
|
../src/cmake \
|
|
|
|
../src/platformintegration
|
2013-08-09 13:05:09 +00:00
|
|
|
|
2018-08-03 12:21:05 +00:00
|
|
|
examplesinstallpath =
|
2018-05-22 12:01:05 +00:00
|
|
|
|
2013-08-09 13:05:09 +00:00
|
|
|
qhp.projects = QtDoc
|
|
|
|
|
|
|
|
qhp.QtDoc.file = qtdoc.qhp
|
|
|
|
qhp.QtDoc.namespace = org.qt-project.qtdoc.$QT_VERSION_TAG
|
|
|
|
qhp.QtDoc.virtualFolder = qtdoc
|
|
|
|
qhp.QtDoc.indexTitle = Qt $QT_VERSION Reference Documentation
|
|
|
|
qhp.QtDoc.indexRoot =
|
|
|
|
|
|
|
|
qhp.QtDoc.filterAttributes = qtdoc $QT_VERSION qtrefdoc
|
2014-03-31 08:54:56 +00:00
|
|
|
qhp.QtDoc.customFilters.Qt.name = QtDoc $QT_VERSION
|
2013-08-09 13:05:09 +00:00
|
|
|
qhp.QtDoc.customFilters.Qt.filterAttributes = qtdoc $QT_VERSION
|
|
|
|
qhp.QtDoc.subprojects = classes qmltypes examples
|
|
|
|
qhp.QtDoc.subprojects.classes.title = Classes
|
|
|
|
qhp.QtDoc.subprojects.classes.indexTitle = All Classes
|
2015-03-27 14:45:32 +00:00
|
|
|
qhp.QtDoc.subprojects.classes.selectors = class fake:headerfile
|
2013-08-09 13:05:09 +00:00
|
|
|
qhp.QtDoc.subprojects.classes.sortPages = true
|
|
|
|
qhp.QtDoc.subprojects.qmltypes.title = QML Types
|
2014-10-02 12:58:37 +00:00
|
|
|
qhp.QtDoc.subprojects.qmltypes.indexTitle = All QML Types
|
2015-03-27 14:45:32 +00:00
|
|
|
qhp.QtDoc.subprojects.qmltypes.selectors = qmlclass
|
2013-08-09 13:05:09 +00:00
|
|
|
qhp.QtDoc.subprojects.qmltypes.sortPages = true
|
|
|
|
qhp.QtDoc.subprojects.examples.title = Tutorials and Examples
|
|
|
|
qhp.QtDoc.subprojects.examples.indexTitle = Qt Examples And Tutorials
|
2015-03-27 14:45:32 +00:00
|
|
|
qhp.QtDoc.subprojects.examples.selectors = fake:example
|
2014-10-02 12:58:37 +00:00
|
|
|
qhp.QtDoc.subprojects.examples.sortPages = true
|
2013-09-19 14:03:31 +00:00
|
|
|
|
|
|
|
# Add an image used in example manifests to qhp
|
|
|
|
HTML.extraimages += images/qt-codesample.png
|
|
|
|
qhp.QtDoc.extraFiles += images/qt-codesample.png
|
2014-10-21 10:45:31 +00:00
|
|
|
|
|
|
|
# Add an .html file with sidebar content, used in the online style
|
|
|
|
HTML.stylesheets += style/qt5-sidebar.html
|
2016-04-01 08:15:33 +00:00
|
|
|
|
|
|
|
macro.indextitle = "\\title Qt $QT_VER"
|
2017-04-04 11:24:13 +00:00
|
|
|
macro.qtver = "$QT_VER"
|
2018-08-31 12:51:31 +00:00
|
|
|
|
|
|
|
# Config to enable YouTube links in the offline documentation
|
|
|
|
HTML.extraimages += ../images/I5jasWrsxT0.jpg
|
|
|
|
qhp.QtDoc.extraFiles += ../images/I5jasWrsxT0.jpg
|