summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-10-11 16:19:52 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-12 04:42:10 +0200
commit5741e9813c80755c9295ad6b5e9c23cecbb663d3 (patch)
tree2f73c814766a345943d247b18b06cbbc33be9508
parent1a8c5807a1517813865b82cff1ed3a8d575980bf (diff)
Fix project name in qdocconf file from generic to 'qtfeedback'
Change-Id: I342f03d37a3d3e91be253479d6b2fe0b91e04b15 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--doc/qt5.qdocconf26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/qt5.qdocconf b/doc/qt5.qdocconf
index 8e7c568..d1cf628 100644
--- a/doc/qt5.qdocconf
+++ b/doc/qt5.qdocconf
@@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
# Name of the project.
-project = projectname
+project = qtfeedback
include(macros.qdocconf)
include(compat.qdocconf)
@@ -25,35 +25,35 @@ sourcedirs += ..
# Qt Assistant and/or Qt Creator.
# Defines the name of the project. You cannot use operators (+, =, -) in
-# the name. Properties for this project are set using a qhp.<projectname>.property
+# the name. Properties for this project are set using a qhp.<qtfeedback>.property
# format.
-qhp.projects = projectname
+qhp.projects = qtfeedback
# Sets the name of the output qhp file.
-qhp.projectname.file = projectname.qhp
+qhp.qtfeedback.file = qtfeedback.qhp
# Namespace for the output file. This namespace is used to distinguish between
# different documentation files in Creator/Assistant. Normal format for MP
-# projects should be: com.nokia.mp.<projectname>.version with version being
+# projects should be: com.nokia.mp.<qtfeedback>.version with version being
# a number containing a major, minor and revision element. E.g. version 1.0
# becomes 100.
-qhp.projectname.namespace = com.nokia.mp.projectname.100
+qhp.qtfeedback.namespace = com.nokia.mp.qtfeedback.100
# Title for the package, will be the main title for the package in
# Assistant/Creator.
-qhp.projectname.indexTitle = Projectname Documentation
+qhp.qtfeedback.indexTitle = Qt Feedback Documentation
# Extra files to add to the output which are not linked to from anywhere
# using a qdoc \l command.
-qhp.projectname.extraFiles = style/style.css \
+qhp.qtfeedback.extraFiles = style/style.css \
index.html
# Only updtae the name of the project for the next variables.
-qhp.projectname.virtualFolder = qdoc
-qhp.projectname.subprojects = classes
-qhp.projectname.subprojects.classes.title = Classes
-qhp.projectname.subprojects.classes.selectors = class fake:headerfile
-qhp.projectname.subprojects.classes.sortPages = true
+qhp.qtfeedback.virtualFolder = qdoc
+qhp.qtfeedback.subprojects = classes
+qhp.qtfeedback.subprojects.classes.title = Classes
+qhp.qtfeedback.subprojects.classes.selectors = class fake:headerfile
+qhp.qtfeedback.subprojects.classes.sortPages = true