phonebookui/cnthistorymodel/cnthistorymodel.pro
changeset 46 efe85016a067
parent 27 de1630741fbe
child 47 7cbcb2896f0e
--- a/phonebookui/cnthistorymodel/cnthistorymodel.pro	Fri Jun 11 13:29:23 2010 +0300
+++ b/phonebookui/cnthistorymodel/cnthistorymodel.pro	Wed Jun 23 18:02:44 2010 +0300
@@ -36,10 +36,6 @@
 
 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
 INCLUDEPATH += inc
-INCLUDEPATH += ../inc
-INCLUDEPATH += ../../logsui/logsengine/inc
-#INCLUDEPATH += /sf/app/messaging/msg_plat/msg_conversation_model_api/inc
-
 
 INTERNAL_PUBLIC_HEADERS += \
     inc/cnthistorymodelglobal.h \
@@ -62,3 +58,10 @@
 
 # This is for new exporting system coming in garden
 for(header, headers.sources):BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$headers.path/$$basename(header)"
+defBlock = \      
+	"$${LITERAL_HASH}if defined(EABI)" \
+		"DEFFILE  ../eabi/cnthistorymodel.def" \
+    "$${LITERAL_HASH}else" \
+        "DEFFILE  ../bwins/cnthistorymodel.def" \
+	"$${LITERAL_HASH}endif"
+MMP_RULES += defBlock