summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/doc/config/qdoc.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qdoc/doc/config/qdoc.qdocconf')
-rw-r--r--src/tools/qdoc/doc/config/qdoc.qdocconf73
1 files changed, 71 insertions, 2 deletions
diff --git a/src/tools/qdoc/doc/config/qdoc.qdocconf b/src/tools/qdoc/doc/config/qdoc.qdocconf
index c238abef88..6bbe934749 100644
--- a/src/tools/qdoc/doc/config/qdoc.qdocconf
+++ b/src/tools/qdoc/doc/config/qdoc.qdocconf
@@ -1,2 +1,71 @@
-include(qdoc-project.qdocconf)
-include(qt-html-templates.qdocconf)
+include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
+
+project = QDoc
+description = QDoc Manual
+url = http://qt-project.org/doc/qt-$QT_VER
+version = $QT_VERSION
+
+sourcedirs = ..
+
+exampledirs = .. \
+ ../examples \
+ ../../../../examples \
+ config
+
+imagedirs = ../../../doc/src/templates/images \
+ images
+
+tagfile = ../html/qdoc.tags
+
+qhp.projects = QDoc
+
+qhp.QDoc.file = qdoc.qhp
+qhp.QDoc.namespace = qdoc.$QT_VERSION_TAG
+qhp.QDoc.virtualFolder = qdoc
+qhp.QDoc.indexTitle = QDoc Manual
+qhp.QDoc.indexRoot =
+
+qhp.QDoc.filterAttributes = qdoc qtrefdoc
+qhp.QDoc.customFilters.QDoc.name = QDoc
+qhp.QDoc.customFilters.QDoc.filterAttributes = qdoc
+qhp.QDoc.subprojects = overviews
+qhp.QDoc.subprojects.overviews.title = Overviews
+qhp.QDoc.subprojects.overviews.indexTitle = QDoc Manual
+qhp.QDoc.subprojects.overviews.selectors = fake:page,group,module
+
+depends += \
+ activeqt \
+ qtassistant \
+ qtbluetooth \
+ qtconcurrent \
+ qtcontacts \
+ qtcore \
+ qtdbus \
+ qtdesigner \
+ qtdoc \
+ qthelp \
+ qtimageformats \
+ qtgui \
+ qtlocation \
+ qtlinguist \
+ qtmultimedia \
+ qtnetwork \
+ qtopengl \
+ qtorganizer \
+ qtprintsupport \
+ qtqml \
+ qtquick \
+ qtscript \
+ qtscripttools \
+ qtsensors \
+ qtsql \
+ qtsvg \
+ qttestlib \
+ qttools \
+ qtuitools \
+ qtversit \
+ qtwidgets \
+ qtwebkit \
+ qtwebkitexamples \
+ qtxml \
+ qtxmlpatterns