controlpanelui/src/cpplugins/keytouchfdbkplugin/keytouchfdbkplugin.pro
changeset 19 36aa4756ee82
parent 10 0a74be98a8bc
child 40 593f946f4fec
child 41 ab0490982943
equal deleted inserted replaced
12:624337f114fe 19:36aa4756ee82
    23 
    23 
    24 include ( ../cpplugincommon.pri )
    24 include ( ../cpplugincommon.pri )
    25 include ( keytouchfdbkplugin.pri )
    25 include ( keytouchfdbkplugin.pri )
    26 
    26 
    27 symbian { 
    27 symbian { 
       
    28     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
       
    29 	                 $$MOC_DIR
       
    30     HEADERS += src/cpkeyscreenmodel_p.h
       
    31     SOURCES += src/cpkeyscreenmodel_p.cpp
       
    32 
       
    33     LIBS += -lcentralrepository \
       
    34             -lfeatmgr
    28     TARGET.UID3 = 0X20025FDE
    35     TARGET.UID3 = 0X20025FDE
       
    36     TARGET.CAPABILITY = All -TCB 
       
    37     TARGET.EPOCALLOWDLLDATA = 1
    29 }
    38 }