diff -r 360d55486d7f -r 5de72ea7a065 calendarui/application/application.pro --- a/calendarui/application/application.pro Fri Jun 11 13:37:54 2010 +0300 +++ b/calendarui/application/application.pro Wed Jun 23 18:11:28 2010 +0300 @@ -33,9 +33,13 @@ "../rom/calendarresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(calendarresources.iby)" \ "../rom/calenregionalutil.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(calenregionalutil.iby)" \ "../rom/calenlunarchinese_variant.iby CUSTOMER_APP_LAYER_IBY_EXPORT_PATH(calenlunarchinese_variant.iby)" \ + "../rom/calenviewerservice.iby CORE_APP_LAYER_IBY_EXPORT_PATH(calenviewerservice.iby)" \ # Generic configuration interface for component cenrep settings "../conf/calendarUI.confml APP_LAYER_CONFML(calendarUI.confml)" \ - "../conf/calendarUI_101F874B.crml APP_LAYER_CRML(calendarUI_101F874B.crml)" + "../conf/calendarUI_101F874B.crml APP_LAYER_CRML(calendarUI_101F874B.crml)" \ + # stubsis is added to provide IAD + "../stubsis/calendar_stub.sis /epoc32/data/z/system/install/calendar_stub.sis" + LIBS += -lcalencontroller \ -lxqservice \ @@ -57,6 +61,8 @@ RESOURCES += calendar.qrc TRANSLATIONS += calendar.ts + + SKINICON = qtg_large_calendar }