diff -r c18f9fa7f42e -r 640d30f4fb64 phonebookui/cnthistorymodel/cnthistorymodel.pro --- a/phonebookui/cnthistorymodel/cnthistorymodel.pro Fri Oct 08 11:42:51 2010 +0300 +++ b/phonebookui/cnthistorymodel/cnthistorymodel.pro Fri Oct 15 12:24:46 2010 +0300 @@ -23,8 +23,8 @@ TARGET = cnthistorymodel CONFIG += hb -DEFINES += dll \ - BUILD_CNTHISTORYMODEL +DEFINES += dll +DEFINES += BUILD_CNTHISTORYMODEL MOC_DIR = moc @@ -34,17 +34,16 @@ INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE INCLUDEPATH += ../../inc -INCLUDEPATH += inc HEADERS += \ - inc/cnthistorymodelglobal.h \ - inc/cnthistorymodelconsts.h \ - inc/cnthistorymodel.h \ - inc/cnthistorymodel_p.h + cnthistorymodelglobal.h \ + cnthistorymodelconsts.h \ + cnthistorymodel.h \ + cnthistorymodel_p.h SOURCES += \ - src/cnthistorymodel_p.cpp \ - src/cnthistorymodel.cpp + cnthistorymodel_p.cpp \ + cnthistorymodel.cpp LIBS += -llogsengine \ -lQtContacts \