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.qdocconf42
1 files changed, 0 insertions, 42 deletions
diff --git a/src/platformheaders/doc/qtplatformheaders.qdocconf b/src/platformheaders/doc/qtplatformheaders.qdocconf
deleted file mode 100644
index c8868d678b..0000000000
--- a/src/platformheaders/doc/qtplatformheaders.qdocconf
+++ /dev/null
@@ -1,42 +0,0 @@
-include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
-include($QT_INSTALL_DOCS/config/exampleurl-qtbase.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 \
- qtwidgets \
- qtdoc
-
-headerdirs += ..
-sourcedirs += ..
-exampledirs += snippets
-imagedirs += images
-
-tagfile = qtplatformheaders.tags
-
-navigation.landingpage = "Qt Platform Headers"
-navigation.cppclassespage = "Qt Platform Headers C++ Classes"