From 16b5f78cedc5ded3d82344b40d39079c04e21df8 Mon Sep 17 00:00:00 2001
From: dt <qtc-committer@nokia.com>
Date: Wed, 11 Aug 2010 12:07:57 +0200
Subject: [PATCH] Move symbian icon to the user editable part

---
 share/qtcreator/templates/qmlapp/app.pro            | 2 ++
 share/qtcreator/templates/qmlapp/qmlapplication.pri | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/share/qtcreator/templates/qmlapp/app.pro b/share/qtcreator/templates/qmlapp/app.pro
index c611f63b999..c692be3252f 100644
--- a/share/qtcreator/templates/qmlapp/app.pro
+++ b/share/qtcreator/templates/qmlapp/app.pro
@@ -16,6 +16,8 @@ DEFINES += NETWORKACCESS
 # TARGETUID3 #
 symbian:TARGET.UID3 = 0xE1111234
 
+symbian:ICON = cpp/symbianicon.svg
+
 # Define to enable the Qml Inspector in debug mode
 # QMLINSPECTOR #
 #DEFINES += QMLINSPECTOR
diff --git a/share/qtcreator/templates/qmlapp/qmlapplication.pri b/share/qtcreator/templates/qmlapp/qmlapplication.pri
index cb404619553..f196054b431 100644
--- a/share/qtcreator/templates/qmlapp/qmlapplication.pri
+++ b/share/qtcreator/templates/qmlapp/qmlapplication.pri
@@ -30,7 +30,6 @@ for(deploymentfolder, DEPLOYMENTFOLDERS) {
 }
 
 symbian {
-    ICON = cpp/symbianicon.svg
     contains(DEFINES, ORIENTATIONLOCK):LIBS += -lavkon -leikcore -leiksrv -lcone
     contains(DEFINES, NETWORKACCESS):TARGET.CAPABILITY += NetworkServices
 } else:win32 {
-- 
GitLab