From d4b45a25b376c4e2caa06bdb1059f0ac64b21ab4 Mon Sep 17 00:00:00 2001
From: Christian Kandeler <christian.kandeler@nokia.com>
Date: Wed, 20 Oct 2010 12:40:21 +0200
Subject: [PATCH] Mobile wizards: Add hint for Qt Mobility.

Reviewed-by: dt
---
 share/qtcreator/templates/mobileapp/app.pro | 6 ++++++
 share/qtcreator/templates/qmlapp/app.pro    | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/share/qtcreator/templates/mobileapp/app.pro b/share/qtcreator/templates/mobileapp/app.pro
index 9936500fe32..d5b07cba275 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 c27c04e91e5..f70458d768c 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
 
-- 
GitLab