diff -r 84d9eb65b26f -r 518b245aa84c messagingapp/msgutils/unieditorutils/unieditorplugins/unieditorsmsplugin/tsrc/testsmsgplugin/testsmsplugin.pro --- a/messagingapp/msgutils/unieditorutils/unieditorplugins/unieditorsmsplugin/tsrc/testsmsgplugin/testsmsplugin.pro Mon May 03 12:29:07 2010 +0300 +++ b/messagingapp/msgutils/unieditorutils/unieditorplugins/unieditorsmsplugin/tsrc/testsmsgplugin/testsmsplugin.pro Fri Jun 25 15:47:40 2010 +0530 @@ -24,7 +24,6 @@ INCLUDEPATH += . INCLUDEPATH += ../../../../../../inc INCLUDEPATH += ../../../../unieditorutils/inc -INCLUDEPATH += ../../../../s60qconversions/inc INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE DEFINES += BUILD_TEST_DLL @@ -50,10 +49,19 @@ TARGET.EPOCHEAPSIZE = 0x1000 0x1F00000 TARGET.EPOCALLOWDLLDATA = 1 } + +defBlock = \ + "$${LITERAL_HASH}if defined(EABI)" \ + "DEFFILE ../eabi/test_sms_plugin.def" \ + "$${LITERAL_HASH}else" \ + "DEFFILE ../bwins/test_sms_plugin.def" \ + "$${LITERAL_HASH}endif" + +MMP_RULES += defBlock LIBS += -leuser \ -lconvergedmessageutils \ - -ls60qconversions \ + -lxqutils \ -lMsgMedia \ -leditorgenutils \ -lcone \