calendarui/caleneditor/caleneditor.pro
changeset 83 5aadd1120515
parent 75 7ac58b2aae6f
--- a/calendarui/caleneditor/caleneditor.pro	Tue Oct 05 14:14:48 2010 +0530
+++ b/calendarui/caleneditor/caleneditor.pro	Fri Oct 15 12:10:36 2010 +0530
@@ -19,10 +19,12 @@
 CONFIG += hb
 TARGET = caleneditor
 DEFINES += CALENEDITOR_LIB
+
 INCLUDEPATH += ./src \
 			./inc \
 			./traces \
-			..\inc
+			../inc
+
 DEPENDPATH += ./src \
 			  ./inc \
 			  ./data
@@ -35,20 +37,21 @@
 	
 	LIBS += -lagendainterface \
 			-lcalencommonutils \
-                        -lxqservice \
+            -lxqservice \
 			-lcalenlauncher \
-			-lbafl
+			-lbafl\
+			-lmaptileservice
 			
 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
 }
 
 SOURCES += caleneditor.cpp \
-					caleneditorcustomitem.cpp \
-					caleneditor_p.cpp \
-					caleneditordocloader.cpp \
-					caleneditorreminderfield.cpp \
-					caleneditorrepeatfield.cpp \
-					caleneditordatahandler.cpp
+		   caleneditorcustomitem.cpp \
+		   caleneditor_p.cpp \
+		   caleneditordocloader.cpp \
+		   caleneditorreminderfield.cpp \
+		   caleneditorrepeatfield.cpp \
+		   caleneditordatahandler.cpp
 					
 HEADERS +=	../../organizer_plat/calendar_editor_api/inc/caleneditor.h \
             caleneditorcustomitem.h \