phoneuis/ussdeditor/ussdeditor.pro
changeset 45 6b911d05207e
parent 27 2f8f8080a020
child 76 cfea66083b62
--- a/phoneuis/ussdeditor/ussdeditor.pro	Fri Jun 04 10:19:18 2010 +0100
+++ b/phoneuis/ussdeditor/ussdeditor.pro	Wed Jun 23 18:12:20 2010 +0300
@@ -17,8 +17,6 @@
 #
 
 TEMPLATE = app
-#the application will be "invisible"
-CONFIG += no_icon
 
 TARGET = ussdeditor
 DEPENDPATH += .
@@ -29,9 +27,11 @@
 
 symbian: {
 
-TARGET.CAPABILITY = CAP_GENERAL_DLL
+TARGET.CAPABILITY = CAP_APPLICATION NetworkControl
 TARGET.UID3 = 0x10005955
 
+RSS_RULES = "hidden = KAppIsHidden;"
+
 INCLUDEPATH += . 
 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE 
 INCLUDEPATH += MOC_DIR
@@ -52,6 +52,5 @@
                              "rom/ussdeditorresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(ussdeditorresources.iby)" \
                              "rom/ussdeditor_stub.sis /epoc32/data/z/system/install/ussdeditor_stub.sis"
 
-#The next line will be opened when the official translations already
-#TRANSLATIONS = phcltsrvussd.ts
+TRANSLATIONS = ussd.ts
 }