emailservices/nmutilities/tsrc/unittests/unittest_nmcontacthistorymodel_p/unittest_nmcontacthistorymodel_p.pro
changeset 74 6c59112cfd31
parent 68 83cc6bae1de8
--- a/emailservices/nmutilities/tsrc/unittests/unittest_nmcontacthistorymodel_p/unittest_nmcontacthistorymodel_p.pro	Wed Sep 15 17:47:19 2010 +0300
+++ b/emailservices/nmutilities/tsrc/unittests/unittest_nmcontacthistorymodel_p/unittest_nmcontacthistorymodel_p.pro	Thu Sep 30 11:43:07 2010 +0300
@@ -15,40 +15,36 @@
 #
 
 TEMPLATE = app
-TARGET = 
-DEPENDPATH += . 
+TARGET = unittest_nmcontacthistorymodel_p
+
+DEPENDPATH += . \
+              $$MW_LAYER_SYSTEMINCLUDE \
+              x:/epoc32/include/platform/mw
               
 INCLUDEPATH += . \
-         ../../../../../email_plat/contact_history_model_api/inc \
+               ../../../../../email_plat/contact_history_model_api/inc \
+               ../../../../../inc \
                /epoc32/include/mw/QtTest \
-         $$MW_LAYER_SYSTEMINCLUDE 
+               $$MW_LAYER_SYSTEMINCLUDE \
+               /epoc32/include/platform/mw
 
 QT += core
 
-CONFIG += qtestlib
-CONFIG += symbian_test 
+CONFIG += qtestlib 
+CONFIG += symbian_test
 
 # Input
 HEADERS += qtcontacts.h 
-#HEADERS += ../../../../../email_plat/contact_history_model_api/inc/nmcontacthistorymodel.h 
-#HEADERS += /inc/nmcontacthistorymodel.h 
-#HEADERS += nmcontacthistorymodel.h
 HEADERS += ../../../inc/nmcontacthistorymodel_p.h
-#HEADERS += nmcontacthistorymodelcommon.h 
-#HEADERS += nmcontacthistorymodel_p.h
 HEADERS += unittest_nmcontacthistorymodel_p.h         
 
 SOURCES += ../../../src/nmcontacthistorymodelitem.cpp 
 SOURCES += ../../../src/nmcontacthistorymodel_p.cpp 
-
-#SOURCES += ../../../src/nmcontacthistorymodel.cpp 
 SOURCES += emailmru_stub.cpp
 SOURCES += unittest_nmcontacthistorymodel_p.cpp 
 
 
-symbian: { 
+symbian*: { 
     TARGET.CAPABILITY = CAP_APPLICATION
     EPOCALLOWDLLDATA = 1
-    TARGET.EPOCHEAPSIZE = 0x20000 0x1600000
-    TARGET.UID3 = 0x20000A06
 }