summaryrefslogtreecommitdiffstats
path: root/doc/installerfw.qdocconf
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-03-19 11:00:22 +0100
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-03-19 11:07:06 +0100
commit0e54ad82283048e9f23b4969a709fcf283d245f1 (patch)
tree39139d8b4f0137b3d038439dd7bc4c823c52804b /doc/installerfw.qdocconf
parentf60c03d5bb03ba42955ce309a1765795f33e9bc1 (diff)
Doc: add config for help online style
Needed on qt-project.org Change-Id: I99f7cd61fa260e315f3bca6737be103e0587876e Reviewed-by: Niels Weber <niels.2.weber@nokia.com>
Diffstat (limited to 'doc/installerfw.qdocconf')
-rw-r--r--doc/installerfw.qdocconf38
1 files changed, 2 insertions, 36 deletions
diff --git a/doc/installerfw.qdocconf b/doc/installerfw.qdocconf
index 9972287d8..06edad086 100644
--- a/doc/installerfw.qdocconf
+++ b/doc/installerfw.qdocconf
@@ -1,37 +1,3 @@
-project = "Qt Installer Framework Manual"
-description = "Qt Installer Framework Manual"
-
-headerdirs =
-sourcedirs = $SRCDIR
-imagedirs = $SRCDIR/images $SRCDIR/templates/images
-outputdir = $OUTDIR
-exampledirs = $SRCDIR
-indexes = qt.index
-
+# Run qdoc from the directory that contains this file.
+include(config/installerfw-project.qdocconf)
include(config/qt-html-templates.qdocconf)
-include(config/compat.qdocconf)
-include(config/macros.qdocconf)
-include(config/qt-cpp-ignore.qdocconf)
-include(config/qt-defines.qdocconf)
-
-sources.fileextensions = "*.qdoc"
-
-qhp.projects = InstallerFramework
-qhp.InstallerFramework.file = installerfw.qhp
-qhp.InstallerFramework.namespace = com.nokia.qt.installerfw.121
-qhp.InstallerFramework.virtualFolder = doc
-qhp.InstallerFramework.indexTitle = Qt Installer Framework Manual
-qhp.InstallerFramework.filterAttributes = installerfw 121
-qhp.InstallerFramework.customFilters.InstallerFramework.name = Installer Framework
-qhp.InstallerFramework.customFilters.InstallerFramework.filterAttributes = installerfw
-qhp.InstallerFramework.indexRoot =
-
-qhp.InstallerFramework.subprojects = manual
-qhp.InstallerFramework.subprojects.manual.title = Qt Installer Framework Manual
-qhp.InstallerFramework.subprojects.manual.indexTitle = Qt Installer Framework Manual
-qhp.InstallerFramework.subprojects.manual.type = manual
-
-# Doxygen compatibility commands
-
-macro.see = "\\sa"
-macro.function = "\\fn"