organizer_plat/agenda_interface_api/tsrc/unittest_agendautil/unittest_agendautil.pro
changeset 49 5de72ea7a065
parent 18 c198609911f9
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
    19 CONFIG += qtestlib
    19 CONFIG += qtestlib
    20 CONFIG += symbian_test
    20 CONFIG += symbian_test
    21 DEPENDPATH += . \
    21 DEPENDPATH += . \
    22 			  ./src
    22 			  ./src
    23 INCLUDEPATH += .
    23 INCLUDEPATH += .
    24 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    24 
    25 
    25 
    26 symbian: {
    26 symbian: {
    27 	TARGET.CAPABILITY = ALL -TCB
    27 	TARGET.CAPABILITY = ALL -TCB
    28 	TARGET.EPOCALLOWDLLDATA = 1
    28 	TARGET.EPOCALLOWDLLDATA = 1
       
    29 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    29 	
    30 	
    30 	LIBS += -lagendainterface
    31 	LIBS += -lagendainterface
    31 }
    32 	
       
    33 	BLD_INF_RULES.prj_testexports += \
       
    34 	"../rom/unit_agendainterface.iby		CORE_APP_LAYER_IBY_EXPORT_PATH(unit_agendainterface.iby)"
       
    35 	}
       
    36 
    32 
    37 
    33 SOURCES += unittest_agendautil.cpp
    38 SOURCES += unittest_agendautil.cpp
    34 
    39 
    35 # End of file	--Don't remove this
    40 # End of file	--Don't remove this