controlpanelui/src/cpplugins/keytouchfdbkplugin/keytouchfdbkplugin.pro
changeset 41 ab0490982943
parent 19 36aa4756ee82
equal deleted inserted replaced
36:2fee987ebaff 41:ab0490982943
    14 # Description: 
    14 # Description: 
    15 #
    15 #
    16 
    16 
    17 TEMPLATE = lib
    17 TEMPLATE = lib
    18 TARGET = cpkeytouchfdbkplugin
    18 TARGET = cpkeytouchfdbkplugin
    19 
    19 CONFIG += hb \
    20 CONFIG += hb plugin
    20     plugin
    21 
    21 RESOURCES = keytouchfdbkplugin.qrc
    22 LIBS += -lcpprofilewrapper
       
    23 
    22 
    24 include ( ../cpplugincommon.pri )
    23 include ( ../cpplugincommon.pri )
    25 include ( keytouchfdbkplugin.pri )
    24 include ( keytouchfdbkplugin.pri )
    26 
       
    27 symbian { 
    25 symbian { 
    28     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
    26     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
    29 	                 $$MOC_DIR
       
    30     HEADERS += src/cpkeyscreenmodel_p.h
    27     HEADERS += src/cpkeyscreenmodel_p.h
    31     SOURCES += src/cpkeyscreenmodel_p.cpp
    28     SOURCES += src/cpkeyscreenmodel_p.cpp
    32 
       
    33     LIBS += -lcentralrepository \
    29     LIBS += -lcentralrepository \
    34             -lfeatmgr
    30         -lfeatmgr
    35     TARGET.UID3 = 0X20025FDE
    31     TARGET.UID3 = 0X20025FDE
    36     TARGET.CAPABILITY = All -TCB 
    32     TARGET.CAPABILITY = All -TCB
    37     TARGET.EPOCALLOWDLLDATA = 1
    33     TARGET.EPOCALLOWDLLDATA = 1
    38 }
    34 }
       
    35 win32 { 
       
    36     HEADERS += src/cpkeyscreenmodel_p.h
       
    37     SOURCES += src/cpkeyscreenmodel_win.cpp
       
    38 }
       
    39 symbian:MMP_RULES += SMPSAFE