calendarui/application/application.pro
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 51 0b38fc5b94c6
--- a/calendarui/application/application.pro	Mon May 03 12:30:32 2010 +0300
+++ b/calendarui/application/application.pro	Mon Jun 28 15:22:02 2010 +0530
@@ -25,7 +25,6 @@
 
 CONFIG += hb
 
-
 symbian: { 
 
 	BLD_INF_RULES.prj_exports += \
@@ -33,9 +32,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 \ 
@@ -53,10 +56,8 @@
 
     CONFIG += service
     SERVICE.FILE = calendar_conf.xml
-
-    RESOURCES += calendar.qrc
-
-    TRANSLATIONS += calendar.ts
+    
+    SKINICON = qtg_large_calendar
 
 }
 
@@ -66,4 +67,8 @@
 SOURCES += main.cpp \
 	     calenserviceprovider.cpp	
 
+RESOURCES += calendar.qrc
+
+TRANSLATIONS += calendar.ts
+
 # End of file	--Don't remove this.
\ No newline at end of file