calendarui/application/application.pro
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 51 0b38fc5b94c6
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    23 INCLUDEPATH += ..\controller\inc \
    23 INCLUDEPATH += ..\controller\inc \
    24 							 ..\inc
    24 							 ..\inc
    25 
    25 
    26 CONFIG += hb
    26 CONFIG += hb
    27 
    27 
    28 
       
    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)" \
    33 	"../rom/calendarresources.iby			LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(calendarresources.iby)" \
    32 	"../rom/calendarresources.iby			LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(calendarresources.iby)" \
    34 	"../rom/calenregionalutil.iby			LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(calenregionalutil.iby)" \
    33 	"../rom/calenregionalutil.iby			LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(calenregionalutil.iby)" \
    35 	"../rom/calenlunarchinese_variant.iby	CUSTOMER_APP_LAYER_IBY_EXPORT_PATH(calenlunarchinese_variant.iby)" \
    34 	"../rom/calenlunarchinese_variant.iby	CUSTOMER_APP_LAYER_IBY_EXPORT_PATH(calenlunarchinese_variant.iby)" \
       
    35 	"../rom/calenviewerservice.iby			CORE_APP_LAYER_IBY_EXPORT_PATH(calenviewerservice.iby)" \
    36 	# Generic configuration interface for component cenrep settings  
    36 	# Generic configuration interface for component cenrep settings  
    37 	"../conf/calendarUI.confml				APP_LAYER_CONFML(calendarUI.confml)" \
    37 	"../conf/calendarUI.confml				APP_LAYER_CONFML(calendarUI.confml)" \
    38 	"../conf/calendarUI_101F874B.crml		APP_LAYER_CRML(calendarUI_101F874B.crml)" 	
    38 	"../conf/calendarUI_101F874B.crml		APP_LAYER_CRML(calendarUI_101F874B.crml)" \
       
    39 	# stubsis is added to provide IAD
       
    40 	"../stubsis/calendar_stub.sis             /epoc32/data/z/system/install/calendar_stub.sis"
       
    41 
    39 
    42 
    40 	LIBS += -lcalencontroller \
    43 	LIBS += -lcalencontroller \
    41 		-lxqservice \ 
    44 		-lxqservice \ 
    42 		-lxqserviceutil
    45 		-lxqserviceutil
    43 
    46 
    51     	
    54     	
    52     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    55     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    53 
    56 
    54     CONFIG += service
    57     CONFIG += service
    55     SERVICE.FILE = calendar_conf.xml
    58     SERVICE.FILE = calendar_conf.xml
    56 
    59     
    57     RESOURCES += calendar.qrc
    60     SKINICON = qtg_large_calendar
    58 
       
    59     TRANSLATIONS += calendar.ts
       
    60 
    61 
    61 }
    62 }
    62 
    63 
    63 # Input
    64 # Input
    64 HEADERS += calenserviceprovider.h
    65 HEADERS += calenserviceprovider.h
    65 
    66 
    66 SOURCES += main.cpp \
    67 SOURCES += main.cpp \
    67 	     calenserviceprovider.cpp	
    68 	     calenserviceprovider.cpp	
    68 
    69 
       
    70 RESOURCES += calendar.qrc
       
    71 
       
    72 TRANSLATIONS += calendar.ts
       
    73 
    69 # End of file	--Don't remove this.
    74 # End of file	--Don't remove this.