organizer_plat/calendar_launcher_api/tsrc/unittest_calenlauncher/unittest_calenlauncher.pro
changeset 45 b6db4fd4947b
parent 18 c198609911f9
child 57 bb2d3e476f29
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    22 DEPENDPATH += . \
    22 DEPENDPATH += . \
    23 			  ./src \
    23 			  ./src \
    24 			  ../../../../calendarui/calenlauncher/src \
    24 			  ../../../../calendarui/calenlauncher/src \
    25 			  ../../../../calendarui/calenlauncher/inc
    25 			  ../../../../calendarui/calenlauncher/inc
    26 INCLUDEPATH += .
    26 INCLUDEPATH += .
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    27 
    28 
    28 
    29 symbian: {
    29 symbian: {
    30 	TARGET.CAPABILITY = ALL -TCB
    30 	TARGET.CAPABILITY = ALL -TCB
    31 	TARGET.EPOCALLOWDLLDATA = 1
    31 	TARGET.EPOCALLOWDLLDATA = 1
       
    32 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE	
    32 	
    33 	
    33 	LIBS += -lcalenlauncher
    34 	LIBS += -lcalenlauncher
       
    35 	
       
    36 	BLD_INF_RULES.prj_testexports += \
       
    37 	"../rom/unit_calenlauncher.iby		CORE_APP_LAYER_IBY_EXPORT_PATH(unit_calenlauncher.iby)"
    34 }
    38 }
    35 
    39 
    36 SOURCES += unittest_calenlauncher.cpp
    40 SOURCES += unittest_calenlauncher.cpp
    37 
    41 
    38 # End of file	--Don't remove this
    42 # End of file	--Don't remove this