emailuis/nmindicatorplugin/nmindicatorplugin.pro
changeset 23 2dc6caa42ec3
parent 20 ecc8def7944a
child 30 759dc5235cdb
equal deleted inserted replaced
20:ecc8def7944a 23:2dc6caa42ec3
    19 CONFIG += plugin
    19 CONFIG += plugin
    20 CONFIG += hb
    20 CONFIG += hb
    21 
    21 
    22 MOC_DIR = moc
    22 MOC_DIR = moc
    23 
    23 
    24 INCLUDEPATH += .
       
    25 DEPENDPATH += .
    24 DEPENDPATH += .
    26 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    25 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    27 INCLUDEPATH += ../../../../inc
    26 INCLUDEPATH += ../../inc
    28 INCLUDEPATH += ../../emailservices/nmailbase/inc
       
    29 
    27 
    30 HEADERS += inc/nmindicatorplugin.h \
    28 HEADERS += inc/nmindicatorplugin.h \
    31            inc/nmindicator.h
    29            inc/nmindicator.h
    32 SOURCES += src/nmindicatorplugin.cpp \
    30 SOURCES += src/nmindicatorplugin.cpp \
    33            src/nmindicator.cpp
    31            src/nmindicator.cpp
    34 
       
    35 LIBS += -leuser
       
    36 LIBS += -llibc
       
    37 
    32 
    38 symbian {
    33 symbian {
    39     TARGET.EPOCALLOWDLLDATA=1
    34     TARGET.EPOCALLOWDLLDATA=1
    40     TARGET.CAPABILITY = ALL -TCB
    35     TARGET.CAPABILITY = ALL -TCB
    41     TARGET.UID3 = 0x2002E69F
    36     TARGET.UID3 = 0x2002E69F
    42 
    37 
    43     pluginstub.sources = nmindicatorplugin.dll
    38     pluginstub.sources = nmindicatorplugin.dll
    44     pluginstub.path = /resource/plugins/indicators
    39     pluginstub.path = /resource/plugins/indicators
    45     DEPLOYMENT += pluginstub
    40     DEPLOYMENT += pluginstub
       
    41 
       
    42     LIBS += -leuser
       
    43     LIBS += -llibc
    46     LIBS += -lxqservice
    44     LIBS += -lxqservice
    47 }
    45 }
    48 
    46 
    49 BLD_INF_RULES.prj_exports += \
    47 BLD_INF_RULES.prj_exports += \
    50   "$${LITERAL_HASH}include <platform_paths.hrh>" \
    48   "$${LITERAL_HASH}include <platform_paths.hrh>" \