diff -r 84d9eb65b26f -r 518b245aa84c messagingapp/msgappfw/msghistory/msghistory.pro --- a/messagingapp/msgappfw/msghistory/msghistory.pro Mon May 03 12:29:07 2010 +0300 +++ b/messagingapp/msgappfw/msghistory/msghistory.pro Fri Jun 25 15:47:40 2010 +0530 @@ -17,7 +17,6 @@ TARGET = msghistory DEPENDPATH += . inc src INCLUDEPATH += . -INCLUDEPATH += ../../msgutils/s60qconversions/inc INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE DEFINES += MSGHISTORY_DLL @@ -51,8 +50,15 @@ src/msghistoryprivate.cpp \ src/msgitem.cpp - +defBlock = \ + "$${LITERAL_HASH}if defined(EABI)" \ + "DEFFILE ../eabi/msghistory.def" \ + "$${LITERAL_HASH}else" \ + "DEFFILE ../bwins/msghistory.def" \ + "$${LITERAL_HASH}endif" + +MMP_RULES += defBlock LIBS += -lcsserverclientapi \ -lcsutils \ - -ls60qconversions \ No newline at end of file + -lxqutils