locationdataharvester/mylocationsengine/mylocationsengine.pro
changeset 30 96df3ab41000
parent 26 f3533f6eae3f
child 41 b3dd5ec3089d
--- a/locationdataharvester/mylocationsengine/mylocationsengine.pro	Fri Jun 11 13:33:47 2010 +0300
+++ b/locationdataharvester/mylocationsengine/mylocationsengine.pro	Wed Jun 23 18:07:15 2010 +0300
@@ -1,7 +1,8 @@
 
 TEMPLATE=app
 TARGET=mylocationsengine
-CONFIG += Qt
+CONFIG += Qt mobility
+MOBILITY = publishsubscribe
 DEPENDPATH += .
 INCLUDEPATH += .
 INCLUDEPATH += ../inc
@@ -11,6 +12,7 @@
 INCLUDEPATH += ../mylocationsdatabasemanager/inc
 INCLUDEPATH += /epoc32/include/app
 
+
 symbian: { 
 
     TARGET.UID3 = 0x2002680A 
@@ -18,7 +20,8 @@
     isEmpty(TARGET.EPOCHEAPSIZE):TARGET.EPOCHEAPSIZE = 20480 \
         16943040
     TARGET.CAPABILITY = ALL -TCB
-    
+    INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
+
     LIBS += -llbs \
         -leposlandmarks \
         -leposlmsearchlib \
@@ -35,24 +38,31 @@
 	-lcalinterimapi \
 	-llocationdatalookupdb \
 	-lmylocationsdatabasemanager
+	
+	
+	myCrml.sources = ./conf/maptilestatuspublisher.qcrml
+        myCrml.path = c:/resource/qt/crml
+        DEPLOYMENT += myCrml
 
 }
 
 SOURCES += src/appmain.cpp \
     src/mylocationsengine.cpp \
     src/maptileinterface.cpp \
-    src/addresscomparision.cpp \   
     src/lookupmaptiledb.cpp    \
     src/calendernotification.cpp \
-    src/mylocationgeotagtimerao.cpp 
+    src/mylocationgeotagtimerao.cpp \
+    src/contactsubscriber.cpp \
+    src/calendarsubscriber.cpp
 
 HEADERS += inc/appmain.h \
     inc/mylocationsengine.h \
     inc/maptileinterface.h \
-    inc/addresscomparision.h \
     inc/lookupmaptiledb.h \
     inc/calendernotification.h \
-    inc/mylocationgeotagtimerao.h
+    inc/mylocationgeotagtimerao.h \
+    inc/contactsubscriber.h \
+    inc/calendarsubscriber.h