summaryrefslogtreecommitdiff
path: root/src/x11extras/doc/qtx11extras.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11extras/doc/qtx11extras.qdocconf')
-rw-r--r--src/x11extras/doc/qtx11extras.qdocconf38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/x11extras/doc/qtx11extras.qdocconf b/src/x11extras/doc/qtx11extras.qdocconf
deleted file mode 100644
index b951982..0000000
--- a/src/x11extras/doc/qtx11extras.qdocconf
+++ /dev/null
@@ -1,38 +0,0 @@
-include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
-include($QT_INSTALL_DOCS/config/exampleurl-qtx11extras.qdocconf)
-
-project = QtX11Extras
-description = Qt X11 Extras Reference Documentation
-version = $QT_VERSION
-
-qhp.projects = QtX11Extras
-
-qhp.QtX11Extras.file = qtx11extras.qhp
-qhp.QtX11Extras.namespace = org.qt-project.qtx11extras.$QT_VERSION_TAG
-qhp.QtX11Extras.virtualFolder = qtx11extras
-qhp.QtX11Extras.indexTitle = Qt X11 Extras
-qhp.QtX11Extras.indexRoot =
-
-qhp.QtX11Extras.filterAttributes = qtx11extras $QT_VERSION qtrefdoc
-qhp.QtX11Extras.customFilters.Qt.name = QtX11Extras $QT_VERSION
-qhp.QtX11Extras.customFilters.Qt.filterAttributes = qtx11extras $QT_VERSION
-
-qhp.QtX11Extras.subprojects = classes
-qhp.QtX11Extras.subprojects.classes.title = C++ Classes
-qhp.QtX11Extras.subprojects.classes.indexTitle = Qt X11 Extras C++ Classes
-qhp.QtX11Extras.subprojects.classes.selectors = class fake:headerfile
-qhp.QtX11Extras.subprojects.classes.sortPages = true
-
-depends += qtcore qtwidgets qtdoc qmake
-
-headerdirs += ..
-
-sourcedirs += ..
-
-exampledirs += ../../../examples \
- snippets
-
-imagedirs += images
-
-navigation.landingpage = "Qt X11 Extras"
-navigation.cppclassespage = "Qt X11 Extras C++ Classes"