controlpanelui/src/silenceindicatorplugin/silenceindicatorplugin.pro
changeset 41 ab0490982943
parent 36 2fee987ebaff
equal deleted inserted replaced
36:2fee987ebaff 41:ab0490982943
    16 # directories
    16 # directories
    17 DEPENDPATH += .
    17 DEPENDPATH += .
    18 
    18 
    19 HEADERS += src/cpsilenceindicatorplugin.h
    19 HEADERS += src/cpsilenceindicatorplugin.h
    20 SOURCES += src/cpsilenceindicatorplugin.cpp
    20 SOURCES += src/cpsilenceindicatorplugin.cpp
    21 TRANSLATIONS = control_panel.ts
       
    22 symbian*::LIBS += -HbCore \
    21 symbian*::LIBS += -HbCore \
    23     -HbWidgets
    22     -HbWidgets
    24 symbian*: { 
    23 symbian*: { 
    25     TARGET.EPOCALLOWDLLDATA = 1
    24     TARGET.EPOCALLOWDLLDATA = 1
    26     TARGET.CAPABILITY =  All -TCB
    25     TARGET.CAPABILITY = ProtServ SwEvent TrustedUI ReadDeviceData
       
    26 
    27     TARGET.UID3 = 0x2002C39F
    27     TARGET.UID3 = 0x2002C39F
    28     SYMBIAN_PLATFORMS = WINSCW \
    28     SYMBIAN_PLATFORMS = WINSCW \
    29         ARMV5
    29         ARMV5
    30     LIBS += -lprofileeng
    30     LIBS += -lprofileeng
    31                          
    31                          
    32     BLD_INF_RULES.prj_exports += "rom/cpsilenceindicatorplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(cpsilenceindicatorplugin.iby)"
    32     BLD_INF_RULES.prj_exports += "rom/cpsilenceindicatorplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(cpsilenceindicatorplugin.iby)"
    33     BLD_INF_RULES.prj_exports += "rom/cpsilenceindicatorplugin_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(cpsilenceindicatorplugin_resources.iby)"
       
    34     pluginstub.sources = cpsilenceindicatorplugin.dll
    33     pluginstub.sources = cpsilenceindicatorplugin.dll
    35     pluginstub.path = /resource/plugins/indicators
    34     pluginstub.path = /resource/plugins/indicators
    36     DEPLOYMENT += pluginstub
    35     DEPLOYMENT += pluginstub
    37 }
    36 }
    38 
    37