diff --git a/src/script/doc/qtscript.qdocconf b/src/script/doc/qtscript.qdocconf
index a210ec632fca72532a4b94e7085f7cd04be1e7ee..4f01348afe13ecfa65b24fd94630c2e52aec3c4e 100644
--- a/src/script/doc/qtscript.qdocconf
+++ b/src/script/doc/qtscript.qdocconf
@@ -1,7 +1,7 @@
 include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
 
 # Name of the project which must match the outputdir. Determines the .index file
-project = qtscript
+project = QtScript
 
 # Directories in which to search for files to document and images.
 # By default set to the root directory of the project for sources
@@ -25,23 +25,23 @@ depends += qtcore qtlinguist qtscripttools
 # Defines the name of the project. You cannot use operators (+, =, -) in
 # the name. Properties for this project are set using a qhp.<projectname>.property
 # format.
-qhp.projects = qtscript
+qhp.projects = QtScript
 
 # Sets the name of the output qhp file.
-qhp.qtscript.file = qtscript.qhp
+qhp.QtScript.file = qtscript.qhp
 
 # Namespace for the output file. This namespace is used to distinguish between
 # different documentation files in Creator/Assistant.
-qhp.qtscript.namespace = org.qt-project.qtscript.$QT_VERSION_TAG
+qhp.QtScript.namespace = org.qt-project.qtscript.$QT_VERSION_TAG
 
 # Title for the package, will be the main title for the package in
 # Assistant/Creator.
-qhp.qtscript.indexTitle = Qt Script
+qhp.QtScript.indexTitle = Qt Script
 
 # Only update the name of the project for the next variables.
-qhp.qtscript.virtualFolder  = qtscript
-qhp.qtscript.subprojects = classes
-qhp.qtscript.subprojects.classes.title = C++ Classes
-qhp.qtscript.subprojects.classes.indexTitle = Qt Script C++ Classes
-qhp.qtscript.subprojects.classes.selectors = class fake:headerfile
-qhp.qtscript.subprojects.classes.sortPages = true
+qhp.QtScript.virtualFolder  = qtscript
+qhp.QtScript.subprojects = classes
+qhp.QtScript.subprojects.classes.title = C++ Classes
+qhp.QtScript.subprojects.classes.indexTitle = Qt Script C++ Classes
+qhp.QtScript.subprojects.classes.selectors = class fake:headerfile
+qhp.QtScript.subprojects.classes.sortPages = true
diff --git a/src/scripttools/doc/qtscripttools.qdocconf b/src/scripttools/doc/qtscripttools.qdocconf
index 6d409ca5c72d6a6624b6356517123a6472216aa9..ecff3c6032b0c93b2ee6bb7c321c5e79099bcb69 100644
--- a/src/scripttools/doc/qtscripttools.qdocconf
+++ b/src/scripttools/doc/qtscripttools.qdocconf
@@ -1,7 +1,7 @@
 include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
 
 # Name of the project which must match the outputdir. Determines the .index file
-project = qtscripttools
+project = QtScriptTools
 
 # Directories in which to search for files to document and images.
 # By default set to the root directory of the project for sources
@@ -25,23 +25,23 @@ depends += qtcore qtlinguist qtscript
 # Defines the name of the project. You cannot use operators (+, =, -) in
 # the name. Properties for this project are set using a qhp.<projectname>.property
 # format.
-qhp.projects = qtscripttools
+qhp.projects = QtScriptTools
 
 # Sets the name of the output qhp file.
-qhp.qtscripttools.file = qtscripttools.qhp
+qhp.QtScriptTools.file = qtscripttools.qhp
 
 # Namespace for the output file. This namespace is used to distinguish between
 # different documentation files in Creator/Assistant.
-qhp.qtscripttools.namespace = org.qt-project.qtscripttools.$QT_VERSION_TAG
+qhp.QtScriptTools.namespace = org.qt-project.qtscripttools.$QT_VERSION_TAG
 
 # Title for the package, will be the main title for the package in
 # Assistant/Creator.
-qhp.qtscripttools.indexTitle = Qt Script Tools
+qhp.QtScriptTools.indexTitle = Qt Script Tools
 
 # Only update the name of the project for the next variables.
-qhp.qtscripttools.virtualFolder  = qtscripttools
-qhp.qtscripttools.subprojects = classes
-qhp.qtscripttools.subprojects.classes.title = C++ Classes
-qhp.qtscripttools.subprojects.classes.indexTitle = Qt Script Tools C++ Classes
-qhp.qtscripttools.subprojects.classes.selectors = class fake:headerfile
-qhp.qtscripttools.subprojects.classes.sortPages = true
+qhp.QtScriptTools.virtualFolder  = qtscripttools
+qhp.QtScriptTools.subprojects = classes
+qhp.QtScriptTools.subprojects.classes.title = C++ Classes
+qhp.QtScriptTools.subprojects.classes.indexTitle = Qt Script Tools C++ Classes
+qhp.QtScriptTools.subprojects.classes.selectors = class fake:headerfile
+qhp.QtScriptTools.subprojects.classes.sortPages = true