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)
|
2023-01-12 20:48:40 +00:00
|
|
|
include($QT_INSTALL_DOCS/config/exampleurl-qtdoc.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
|
|
|
|
2021-11-11 20:54:56 +00:00
|
|
|
# include java files in the list of example sources
|
|
|
|
examples.fileextensions =+ *.java
|
|
|
|
|
2020-11-19 10:17:31 +00:00
|
|
|
# Exclude documentation for the broken examples
|
|
|
|
excludefiles += \
|
|
|
|
../../examples/demos/maroon/doc/src/maroon.qdoc \
|
|
|
|
../../examples/demos/samegame/doc/src/samegame.qdoc \
|
2021-02-24 16:56:35 +00:00
|
|
|
../../examples/demos/tweetsearch/doc/src/tweetsearch.qdoc
|
2020-11-19 10:17:31 +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.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
|
|
|
|
2022-10-12 08:18:06 +00:00
|
|
|
# Add an image used in example manifests to qhp, as well as thumbnails for YouTube links
|
2022-07-10 23:40:31 +00:00
|
|
|
{HTML.extraimages,DocBook.extraimages,qhp.QtDoc.extraFiles} += images/qt-codesample.png \
|
|
|
|
images/yIv0vO8B7tQ.jpg \
|
2022-10-31 12:30:20 +00:00
|
|
|
images/5OiIqFTjUZI.jpg \
|
2023-01-24 08:43:17 +00:00
|
|
|
images/nmvurCcsWos.jpg \
|
|
|
|
images/xNIz78IPBu0.jpg
|
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"
|
2021-01-01 02:01:00 +00:00
|
|
|
macro.qtmajorversion = "$QT_VER"
|
|
|
|
macro.qtmajorversion.match = "^(\\d+)"
|
2018-08-31 12:51:31 +00:00
|
|
|
|
2021-07-15 12:13:20 +00:00
|
|
|
macro.qt5 = "\\l{https://doc.qt.io/qt-5/\1}{\2}"
|
|
|
|
macro.qtbug = "\\l{https://bugreports.qt.io/browse/\1}{\1}"
|
|
|
|
|
2020-11-18 12:34:10 +00:00
|
|
|
manifestmeta.highlighted.names = "QtDoc/Coffee Machine Example" \
|
2021-09-14 10:04:49 +00:00
|
|
|
"QtDoc/Qt Quick Demo - Same Game" \
|
|
|
|
"QtDoc/Qt Quick Demo - Calqlatr"
|
2020-12-03 17:19:28 +00:00
|
|
|
|
2023-07-21 10:05:49 +00:00
|
|
|
manifestmeta.examplecategories = "Application Examples" \
|
|
|
|
"Desktop" \
|
|
|
|
"Mobile" \
|
|
|
|
"Embedded" \
|
|
|
|
"Graphics & Multimedia" \
|
|
|
|
"Data Visualization & 3D" \
|
|
|
|
"Data Processing & I/O" \
|
|
|
|
"Connectivity" \
|
|
|
|
"Networking" \
|
|
|
|
"Positioning & Location" \
|
2023-08-31 12:29:24 +00:00
|
|
|
"User Interface Components" \
|
2023-07-21 10:05:49 +00:00
|
|
|
"Web Technologies"
|
|
|
|
|
2022-10-07 21:09:53 +00:00
|
|
|
# Include 'Qt for Education' pages
|
|
|
|
include(../edu/config/qtforeducation.qdocconf)
|
2023-08-30 12:19:02 +00:00
|
|
|
|
|
|
|
# Enforce zero documentation warnings
|
|
|
|
warninglimit = 0
|