phoneuis/ussdeditor/ussdeditor.pro
changeset 45 6b911d05207e
parent 27 2f8f8080a020
child 76 cfea66083b62
equal deleted inserted replaced
37:ba76fc04e6c2 45:6b911d05207e
    15 #
    15 #
    16 #
    16 #
    17 #
    17 #
    18 
    18 
    19 TEMPLATE = app
    19 TEMPLATE = app
    20 #the application will be "invisible"
       
    21 CONFIG += no_icon
       
    22 
    20 
    23 TARGET = ussdeditor
    21 TARGET = ussdeditor
    24 DEPENDPATH += .
    22 DEPENDPATH += .
    25 HEADERS += $$PUBLIC_HEADERS
    23 HEADERS += $$PUBLIC_HEADERS
    26 MOC_DIR = moc
    24 MOC_DIR = moc
    27 
    25 
    28 CONFIG += hb
    26 CONFIG += hb
    29 
    27 
    30 symbian: {
    28 symbian: {
    31 
    29 
    32 TARGET.CAPABILITY = CAP_GENERAL_DLL
    30 TARGET.CAPABILITY = CAP_APPLICATION NetworkControl
    33 TARGET.UID3 = 0x10005955
    31 TARGET.UID3 = 0x10005955
       
    32 
       
    33 RSS_RULES = "hidden = KAppIsHidden;"
    34 
    34 
    35 INCLUDEPATH += . 
    35 INCLUDEPATH += . 
    36 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE 
    36 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE 
    37 INCLUDEPATH += MOC_DIR
    37 INCLUDEPATH += MOC_DIR
    38 
    38 
    50 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
    50 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
    51                              "rom/ussdeditor.iby CORE_APP_LAYER_IBY_EXPORT_PATH(ussdeditor.iby)" \
    51                              "rom/ussdeditor.iby CORE_APP_LAYER_IBY_EXPORT_PATH(ussdeditor.iby)" \
    52                              "rom/ussdeditorresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(ussdeditorresources.iby)" \
    52                              "rom/ussdeditorresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(ussdeditorresources.iby)" \
    53                              "rom/ussdeditor_stub.sis /epoc32/data/z/system/install/ussdeditor_stub.sis"
    53                              "rom/ussdeditor_stub.sis /epoc32/data/z/system/install/ussdeditor_stub.sis"
    54 
    54 
    55 #The next line will be opened when the official translations already
    55 TRANSLATIONS = ussd.ts
    56 #TRANSLATIONS = phcltsrvussd.ts
       
    57 }
    56 }