diff -r 7cc7d74059f9 -r 4ecbe3571b5a phonebookui/phonebookservices/phonebookservices.pro --- a/phonebookui/phonebookservices/phonebookservices.pro Fri Sep 17 08:27:32 2010 +0300 +++ b/phonebookui/phonebookservices/phonebookservices.pro Mon Oct 04 00:06:02 2010 +0300 @@ -17,11 +17,17 @@ DEPENDPATH += . \ src -INCLUDEPATH += ../pbkcommonui/inc \ - ../pbkcommonui/engine_inc \ +INCLUDEPATH += ../cntcommonui/core \ + ../cntcommonui/common \ + ../cntcommonui/views \ + ../cntcommonui/contacteditors \ + ../cntcommonui/contactcard \ + ../cntcommonui/collections \ + ../cntcommonui/widgets \ ../../inc -INCLUDEPATH += ../../phonebookengines/cntimageutility/inc +INCLUDEPATH += ../../phonebookengines/cntlistmodel/inc \ + ../../phonebookengines/cntimageutility/inc \ INCLUDEPATH += . \ inc \ @@ -79,10 +85,11 @@ -lhbcore \ -lqtcontacts \ -lcntlistmodel \ - -lpbkcommonui \ + -lcntcommonui \ -lqtversit \ -lcntimageutility SERVICE.FILE = service_conf.xml SERVICE.OPTIONS = embeddable SERVICE.OPTIONS += hidden +symbian:MMP_RULES += SMPSAFE \ No newline at end of file