calendarui/application/application.pro
changeset 50 579cc610882e
parent 49 5de72ea7a065
child 58 ef813d54df51
equal deleted inserted replaced
49:5de72ea7a065 50:579cc610882e
    22 		
    22 		
    23 INCLUDEPATH += ..\controller\inc \
    23 INCLUDEPATH += ..\controller\inc \
    24 							 ..\inc
    24 							 ..\inc
    25 
    25 
    26 CONFIG += hb
    26 CONFIG += hb
    27 
       
    28 
    27 
    29 symbian: { 
    28 symbian: { 
    30 
    29 
    31 	BLD_INF_RULES.prj_exports += \
    30 	BLD_INF_RULES.prj_exports += \
    32 	"../rom/calendar.iby					CORE_APP_LAYER_IBY_EXPORT_PATH(calendar.iby)" \
    31 	"../rom/calendar.iby					CORE_APP_LAYER_IBY_EXPORT_PATH(calendar.iby)" \
    55     	
    54     	
    56     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    55     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    57 
    56 
    58     CONFIG += service
    57     CONFIG += service
    59     SERVICE.FILE = calendar_conf.xml
    58     SERVICE.FILE = calendar_conf.xml
    60 
       
    61     RESOURCES += calendar.qrc
       
    62 
       
    63     TRANSLATIONS += calendar.ts
       
    64     
    59     
    65     SKINICON = qtg_large_calendar
    60     SKINICON = qtg_large_calendar
    66 
    61 
    67 }
    62 }
    68 
    63 
    70 HEADERS += calenserviceprovider.h
    65 HEADERS += calenserviceprovider.h
    71 
    66 
    72 SOURCES += main.cpp \
    67 SOURCES += main.cpp \
    73 	     calenserviceprovider.cpp	
    68 	     calenserviceprovider.cpp	
    74 
    69 
       
    70 RESOURCES += calendar.qrc
       
    71 
       
    72 TRANSLATIONS += calendar.ts
       
    73 
    75 # End of file	--Don't remove this.
    74 # End of file	--Don't remove this.