calendarui/calenlauncher/calenlauncher.pro
changeset 57 bb2d3e476f29
parent 18 c198609911f9
equal deleted inserted replaced
55:2c54b51f39c4 57:bb2d3e476f29
    23 			./inc
    23 			./inc
    24 DEPENDPATH += ./src \
    24 DEPENDPATH += ./src \
    25 			  ./inc 
    25 			  ./inc 
    26 
    26 
    27 
    27 
    28 symbian: {
    28 symbian: {				
    29 	BLD_INF_RULES.prj_exports += \
       
    30 				"./inc/calenlauncher.h  |../inc/calenlauncher.h"
       
    31 				
       
    32 				
    29 				
    33 	TARGET.UID3 = 0x10282DCD
    30 	TARGET.UID3 = 0x10282DCD
    34 	TARGET.CAPABILITY += ALL -TCB
    31 	TARGET.CAPABILITY += ALL -TCB
    35 	TARGET.EPOCALLOWDLLDATA = 1
    32 	TARGET.EPOCALLOWDLLDATA = 1
       
    33 	
       
    34 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    36 	
    35 	
    37 	LIBS += -lxqservice \
    36 	LIBS += -lxqservice \
    38           -lxqserviceutil
    37           -lxqserviceutil
    39 }
    38 }
    40 
    39 
    41 SOURCES += calenlauncher.cpp		   
    40 SOURCES += calenlauncher.cpp		   
    42 HEADERS += calenlauncher.h		   
    41 HEADERS += ../../organizer_plat/calendar_launcher_api/inc/calenlauncher.h	   
    43 		   
    42 		   
    44 # End of file	--Don't remove this.
    43 # End of file	--Don't remove this.