organizer_plat/calendar_editor_api/tsrc/unittest_caleneditor/unittest_caleneditor.pro
changeset 49 5de72ea7a065
parent 37 360d55486d7f
child 58 ef813d54df51
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
    18 
    18 
    19 TEMPLATE = app
    19 TEMPLATE = app
    20 TARGET = ut_caleneditor
    20 TARGET = ut_caleneditor
    21 CONFIG += qtestlib \
    21 CONFIG += qtestlib \
    22 			hb
    22 			hb
       
    23 CONFIG += symbian_test
    23 DEPENDPATH += . \
    24 DEPENDPATH += . \
    24 				./src/ \
    25 				./src/ \
    25 				../../../../calendarui/caleneditor/inc \
    26 				../../../../calendarui/caleneditor/inc \
    26 			   ../../../../calendarui/caleneditor/src	 \
    27 			   ../../../../calendarui/caleneditor/src	 \
    27 			   ../../../../calendarui/caleneditor/data		   
    28 			   ../../../../calendarui/caleneditor/data		   
    44 			-lcalenlauncher
    45 			-lcalenlauncher
    45 
    46 
    46     TARGET.EPOCHEAPSIZE = 0x200000 0x4000000
    47     TARGET.EPOCHEAPSIZE = 0x200000 0x4000000
    47     TARGET.CAPABILITY = CAP_GENERAL_DLL
    48     TARGET.CAPABILITY = CAP_GENERAL_DLL
    48 	
    49 	
    49 	INCLUDEPATH +=  $$APP_LAYER_SYSTEMINCLUDE
    50 		INCLUDEPATH +=  $$APP_LAYER_SYSTEMINCLUDE
       
    51 	
       
    52 		BLD_INF_RULES.prj_testexports += \
       
    53 	"../rom/unit_caleneditor.iby		CORE_APP_LAYER_IBY_EXPORT_PATH(unit_caleneditor.iby)"
    50 }
    54 }
    51 
    55 
    52 SOURCES +=  unittest_caleneditor.cpp \
    56 SOURCES +=  unittest_caleneditor.cpp \
    53 			caleneditor.cpp \
    57 			caleneditor.cpp \
    54 			caleneditorcustomitem.cpp \
    58 			caleneditorcustomitem.cpp \