summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/doc/qtplatformheaders.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'src/platformheaders/doc/qtplatformheaders.qdocconf')
-rw-r--r--src/platformheaders/doc/qtplatformheaders.qdocconf38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/platformheaders/doc/qtplatformheaders.qdocconf b/src/platformheaders/doc/qtplatformheaders.qdocconf
new file mode 100644
index 0000000000..1c09971e23
--- /dev/null
+++ b/src/platformheaders/doc/qtplatformheaders.qdocconf
@@ -0,0 +1,38 @@
+include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
+
+project = QtPlatformHeaders
+description = Qt Platform Headers Reference Documentation
+version = $QT_VERSION
+
+examplesinstallpath = qtplatformheaders
+
+qhp.projects = QtPlatformHeaders
+
+qhp.QtPlatformHeaders.file = qtplatformheaders.qhp
+qhp.QtPlatformHeaders.namespace = org.qt-project.qtplatformheaders.$QT_VERSION_TAG
+qhp.QtPlatformHeaders.virtualFolder = qtplatformheaders
+qhp.QtPlatformHeaders.indexTitle = Qt Platform Headers
+qhp.QtPlatformHeaders.indexRoot =
+
+qhp.QtPlatformHeaders.filterAttributes = qtplatformheaders $QT_VERSION qtrefdoc
+qhp.QtPlatformHeaders.customFilters.Qt.name = QtPlatformHeaders $QT_VERSION
+qhp.QtPlatformHeaders.customFilters.Qt.filterAttributes = qtplatformheaders $QT_VERSION
+
+qhp.QtPlatformHeaders.subprojects = classes
+qhp.QtPlatformHeaders.subprojects.classes.title = C++ Classes
+qhp.QtPlatformHeaders.subprojects.classes.indexTitle = Qt Platform Headers C++ Classes
+qhp.QtPlatformHeaders.subprojects.classes.selectors = class fake:headerfile
+qhp.QtPlatformHeaders.subprojects.classes.sortPages = true
+
+depends += \
+ qtcore \
+ qtgui \
+ qtdoc
+
+headerdirs += ..
+sourcedirs += ..
+exampledirs += snippets
+imagedirs += images
+
+navigation.landingpage = "Qt Platform Headers"
+navigation.cppclassespage = "Qt Platform Headers C++ Classes"