diff --git a/share/qtcreator/templates/qmlapp/app.pro b/share/qtcreator/templates/qmlapp/app.pro
index c611f63b9999d09d232840007f479f3f9ab9e97e..c692be3252fde021a4c869637133ff9f474ee420 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 cb4046195539cee7cd7c37d45a8400fd95d51f7e..f196054b431f13f4576547021257cab35bff44ff 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 {