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
|
2025-04-28 11:20:54 +00:00
|
|
|
examples.fileextensions =+ *.java \
|
|
|
|
*.kt \
|
|
|
|
*.gradle
|
2021-11-11 20:54:56 +00:00
|
|
|
|
2020-11-19 10:17:31 +00:00
|
|
|
# Exclude documentation for the broken examples
|
|
|
|
excludefiles += \
|
2023-11-13 14:00:20 +00:00
|
|
|
../../examples/demos/maroon/doc/src/maroon.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 =
|
|
|
|
|
2025-02-19 10:43:52 +00:00
|
|
|
qhp.QtDoc.subprojects = manual
|
2024-08-15 09:18:56 +00:00
|
|
|
qhp.QtDoc.subprojects.manual.title = Qt $QT_VERSION Reference Documentation
|
|
|
|
qhp.QtDoc.subprojects.manual.indexTitle = All Topics
|
|
|
|
qhp.QtDoc.subprojects.manual.type = manual
|
2013-09-19 14:03:31 +00:00
|
|
|
|
2024-10-29 08:08:16 +00:00
|
|
|
qhp.QtDoc.subprojects.examples.title = Tutorials and Examples
|
|
|
|
qhp.QtDoc.subprojects.examples.indexTitle = Qt Examples And Tutorials
|
|
|
|
qhp.QtDoc.subprojects.examples.selectors = example
|
|
|
|
qhp.QtDoc.subprojects.examples.sortPages = true
|
|
|
|
|
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 \
|
2022-10-31 12:30:20 +00:00
|
|
|
images/5OiIqFTjUZI.jpg \
|
2023-01-24 08:43:17 +00:00
|
|
|
images/nmvurCcsWos.jpg \
|
2024-06-07 10:27:37 +00:00
|
|
|
images/xNIz78IPBu0.jpg
|
2014-10-21 10:45:31 +00:00
|
|
|
|
|
|
|
# Add an .html file with sidebar content, used in the online style
|
2024-11-12 13:13:50 +00:00
|
|
|
HTML.stylesheets += style/qt5-sidebar.html \
|
|
|
|
style/tree_config.xml
|
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+)"
|
2024-11-06 11:25:56 +00:00
|
|
|
macro.QtVersionTag = "$QT_VERSION_TAG"
|
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}"
|
|
|
|
|
2023-08-21 10:33:33 +00:00
|
|
|
# Highlight all examples in "Application Examples" category, as they are
|
|
|
|
# often added also to other categories (and typically are highlighted there)
|
|
|
|
manifestmeta.highlighted.names = "QtDoc/Calqlatr" \
|
2023-12-21 12:22:42 +00:00
|
|
|
"QtDoc/Car Configurator" \
|
2023-08-21 10:33:33 +00:00
|
|
|
"QtDoc/Coffee Machine" \
|
|
|
|
"QtDoc/Dice" \
|
|
|
|
"QtDoc/Document Viewer" \
|
|
|
|
"QtDoc/FX & Material Showroom" \
|
2024-01-02 16:48:27 +00:00
|
|
|
"QtDoc/Lightning Viewer" \
|
2024-01-02 17:21:29 +00:00
|
|
|
"QtDoc/Media Player" \
|
2023-08-21 10:33:33 +00:00
|
|
|
"QtDoc/Photo Surface" \
|
2024-01-02 17:21:29 +00:00
|
|
|
"QtDoc/Robot Arm" \
|
2023-08-21 10:33:33 +00:00
|
|
|
"QtDoc/Thermostat" \
|
2024-01-02 17:21:29 +00:00
|
|
|
"QtDoc/To Do List" \
|
2024-01-31 16:02:25 +00:00
|
|
|
"QtDoc/Same Game" \
|
2024-01-30 08:43:00 +00:00
|
|
|
"QtDoc/StocQt" \
|
|
|
|
"QtDoc/OSM Buildings"
|
2020-12-03 17:19:28 +00:00
|
|
|
|
2023-07-21 10:05:49 +00:00
|
|
|
manifestmeta.examplecategories = "Application Examples" \
|
|
|
|
"Desktop" \
|
|
|
|
"Mobile" \
|
|
|
|
"Embedded" \
|
2024-01-16 16:03:56 +00:00
|
|
|
"Graphics" \
|
|
|
|
"Multimedia" \
|
2024-02-20 10:42:11 +00:00
|
|
|
"3D" \
|
|
|
|
"Data Visualization" \
|
2023-07-21 10:05:49 +00:00
|
|
|
"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
|
|
|
|
2023-07-25 16:35:04 +00:00
|
|
|
# doc/src/overviews.qdoc:
|
|
|
|
# (qdoc) warning: '\generatelist explanations-webtechnologies' no such group
|
|
|
|
# (qdoc) warning: '\generatelist explanations-positioning' no such group
|
|
|
|
warninglimit = 2
|
2024-08-15 09:18:56 +00:00
|
|
|
|
|
|
|
# Autogenerate navigation linking based on "All Topics":
|
|
|
|
navigation.toctitles = "All Topics"
|
|
|
|
navigation.toctitles.inclusive = false
|
2024-10-31 09:53:51 +00:00
|
|
|
|
|
|
|
# Apple platform versions
|
|
|
|
macro.macOSMinSdkVersion = $QT_SUPPORTED_MIN_MACOS_SDK_VERSION
|
|
|
|
macro.macOSMinXcodeVersion = $QT_SUPPORTED_MIN_MACOS_XCODE_VERSION
|
|
|
|
macro.macOSMinVersion = $QT_SUPPORTED_MIN_MACOS_VERSION
|
|
|
|
macro.macOSMaxVersionTested = $QT_SUPPORTED_MAX_MACOS_VERSION_TESTED
|
|
|
|
|
|
|
|
macro.iOSMinSdkVersion = $QT_SUPPORTED_MIN_IOS_SDK_VERSION
|
|
|
|
macro.iOSMinXcodeVersion = $QT_SUPPORTED_MIN_IOS_XCODE_VERSION
|
|
|
|
macro.iOSMinVersion = $QT_SUPPORTED_MIN_IOS_VERSION
|
|
|
|
macro.iOSMaxVersionTested = $QT_SUPPORTED_MAX_IOS_VERSION_TESTED
|
|
|
|
|
|
|
|
macro.visionOSMinSdkVersion = $QT_SUPPORTED_MIN_VISIONOS_SDK_VERSION
|
|
|
|
macro.visionOSMinXcodeVersion = $QT_SUPPORTED_MIN_VISIONOS_XCODE_VERSION
|
|
|
|
macro.visionOSMinVersion = $QT_SUPPORTED_MIN_VISIONOS_VERSION
|
|
|
|
macro.visionOSMaxVersionTested = $QT_SUPPORTED_MAX_VISIONOS_VERSION_TESTED
|