diff --git a/share/qtcreator/templates/qmlapp/app.pro b/share/qtcreator/templates/qmlapp/app.pro
index e893e8e3c20afe83d253181752794effb3755cca..d441773ecd035393eb0c47ace517c443e4e6a80a 100644
--- a/share/qtcreator/templates/qmlapp/app.pro
+++ b/share/qtcreator/templates/qmlapp/app.pro
@@ -27,9 +27,10 @@ symbian:ICON = symbianicon.svg
 #DEFINES += QMLJSDEBUGGER
 #DEFINES += QMLOBSERVER
 
+# The .cpp file which was generated for your project. Feel free to hack it.
 SOURCES += main.cpp
 
+# Please do not modify the following three lines. Required for deployment.
 include(qmlapplicationviewer/qmlapplicationviewer.pri)
 include(../shared/deployment.pri)
-
 qtcAddDeployment()
diff --git a/share/qtcreator/templates/qmlapp/qmlapplicationviewer/qmlapplicationviewer.pri b/share/qtcreator/templates/qmlapp/qmlapplicationviewer/qmlapplicationviewer.pri
index aa172906eb6da44372d1620c13740a0e5cc97ad6..319587d78216f3d4fbade0f353416ddaae4d0912 100644
--- a/share/qtcreator/templates/qmlapp/qmlapplicationviewer/qmlapplicationviewer.pri
+++ b/share/qtcreator/templates/qmlapp/qmlapplicationviewer/qmlapplicationviewer.pri
@@ -1,5 +1,5 @@
 # This file should not be edited.
-# Following versions of Qt Creator might offer new version.
+# Future versions of Qt Creator might offer updated versions of this file.
 
 QT += declarative
 
diff --git a/share/qtcreator/templates/shared/deployment.pri b/share/qtcreator/templates/shared/deployment.pri
index 77a0d84fda753ca354f17736aca1ee25e687b6e0..bb79115aafcf4bb267c8334ca3ea3bff82634c49 100644
--- a/share/qtcreator/templates/shared/deployment.pri
+++ b/share/qtcreator/templates/shared/deployment.pri
@@ -1,5 +1,5 @@
 # This file should not be edited.
-# Following versions of Qt Creator might offer new version.
+# Future versions of Qt Creator might offer updated versions of this file.
 
 defineTest(qtcAddDeployment) {
 for(deploymentfolder, DEPLOYMENTFOLDERS) {