diff -r 2fee987ebaff -r ab0490982943 controlpanelui/src/cpplugins/keytouchfdbkplugin/keytouchfdbkplugin.pro --- a/controlpanelui/src/cpplugins/keytouchfdbkplugin/keytouchfdbkplugin.pro Thu Sep 02 17:11:27 2010 +0800 +++ b/controlpanelui/src/cpplugins/keytouchfdbkplugin/keytouchfdbkplugin.pro Thu Sep 30 16:15:53 2010 +0800 @@ -16,23 +16,24 @@ TEMPLATE = lib TARGET = cpkeytouchfdbkplugin - -CONFIG += hb plugin - -LIBS += -lcpprofilewrapper +CONFIG += hb \ + plugin +RESOURCES = keytouchfdbkplugin.qrc include ( ../cpplugincommon.pri ) include ( keytouchfdbkplugin.pri ) - symbian { - INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \ - $$MOC_DIR + INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE HEADERS += src/cpkeyscreenmodel_p.h SOURCES += src/cpkeyscreenmodel_p.cpp - LIBS += -lcentralrepository \ - -lfeatmgr + -lfeatmgr TARGET.UID3 = 0X20025FDE - TARGET.CAPABILITY = All -TCB + TARGET.CAPABILITY = All -TCB TARGET.EPOCALLOWDLLDATA = 1 } +win32 { + HEADERS += src/cpkeyscreenmodel_p.h + SOURCES += src/cpkeyscreenmodel_win.cpp +} +symbian:MMP_RULES += SMPSAFE