diff -r 84197e66a4bd -r 35b64624a9e7 messagingapp/msgappfw/msghistory/msghistory.pro --- a/messagingapp/msgappfw/msghistory/msghistory.pro Fri Jun 11 13:35:48 2010 +0300 +++ b/messagingapp/msgappfw/msghistory/msghistory.pro Wed Jun 23 18:09:17 2010 +0300 @@ -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