homescreenapp/stateplugins/hshomescreenstateplugin/hshomescreenstateplugin.pro
changeset 69 87476091b3f5
parent 46 23b5d6a29cce
child 86 e4f038c420f7
equal deleted inserted replaced
67:474929a40a0f 69:87476091b3f5
    27 
    27 
    28 QT += xml sql
    28 QT += xml sql
    29 HB += hbfeedback
    29 HB += hbfeedback
    30 
    30 
    31 CONFIG += plugin hb mobility
    31 CONFIG += plugin hb mobility
    32 MOBILITY = serviceframework
    32 MOBILITY = serviceframework systeminfo
    33 
    33 
    34 PLUGIN_SUBDIR = /private/20022F35/plugins/stateplugins
    34 PLUGIN_SUBDIR = /private/20022F35/plugins/stateplugins
    35 
    35 
    36 include(../../common.pri)
    36 include(../../common.pri)
    37 
    37 
    38 LIBS += -lhsutils \
    38 LIBS += -lhsutils \
    39         -lhsdomainmodel \
    39         -lhsdomainmodel \
    40         -lhsmenuserviceprovider
    40         -lhsmenuserviceprovider
    41 
    41 
    42 RESOURCES += hshomescreenstateplugin.qrc
       
    43 
    42 
    44 symbian: {
    43 symbian: {
    45     TARGET.UID3 = 0x20022F41
    44     TARGET.UID3 = 0x20022F41
    46     LIBS += -lxqsettingsmanager
    45     LIBS += -lxqsettingsmanager
    47 }
    46 }