diff --git a/share/qtcreator/templates/mobileapp/app.pro b/share/qtcreator/templates/mobileapp/app.pro
index 9936500fe32d32fbb0adccecd48a11ecc8b5674a..d5b07cba275ec1df7f43b5a131a2bb1e2299d4ce 100644
--- a/share/qtcreator/templates/mobileapp/app.pro
+++ b/share/qtcreator/templates/mobileapp/app.pro
@@ -15,6 +15,12 @@ DEFINES += NETWORKACCESS
 # TARGETUID3 #
 symbian:TARGET.UID3 = 0xE1111234
 
+# If your application uses the Qt Mobility libraries, uncomment
+# the following lines and add the respective components to the 
+# MOBILITY variable. 
+# CONFIG += mobility
+# MOBILITY +=
+
 SOURCES += main.cpp mainwindow.cpp
 HEADERS += mainwindow.h
 FORMS += mainwindow.ui
diff --git a/share/qtcreator/templates/qmlapp/app.pro b/share/qtcreator/templates/qmlapp/app.pro
index c27c04e91e573028fe0602b080bf175ffc7f76a5..f70458d768c5561f3516d7fb694f42d639b839a6 100644
--- a/share/qtcreator/templates/qmlapp/app.pro
+++ b/share/qtcreator/templates/qmlapp/app.pro
@@ -24,6 +24,12 @@ symbian:TARGET.UID3 = 0xE1111234
 # (This might significantly increase build time)
 # DEFINES += QMLJSDEBUGGER
 
+# If your application uses the Qt Mobility libraries, uncomment
+# the following lines and add the respective components to the 
+# MOBILITY variable. 
+# CONFIG += mobility
+# MOBILITY +=
+
 # The .cpp file which was generated for your project. Feel free to hack it.
 SOURCES += main.cpp