locationdataharvester/mylocationsengine/mylocationsengine.pro
changeset 30 96df3ab41000
parent 26 f3533f6eae3f
child 41 b3dd5ec3089d
equal deleted inserted replaced
26:f3533f6eae3f 30:96df3ab41000
     1 
     1 
     2 TEMPLATE=app
     2 TEMPLATE=app
     3 TARGET=mylocationsengine
     3 TARGET=mylocationsengine
     4 CONFIG += Qt
     4 CONFIG += Qt mobility
       
     5 MOBILITY = publishsubscribe
     5 DEPENDPATH += .
     6 DEPENDPATH += .
     6 INCLUDEPATH += .
     7 INCLUDEPATH += .
     7 INCLUDEPATH += ../inc
     8 INCLUDEPATH += ../inc
     8 INCLUDEPATH += ../../inc
     9 INCLUDEPATH += ../../inc
     9 INCLUDEPATH += ../geocodeupdate/inc
    10 INCLUDEPATH += ../geocodeupdate/inc
    10 INCLUDEPATH += ../mylocationlogger/inc
    11 INCLUDEPATH += ../mylocationlogger/inc
    11 INCLUDEPATH += ../mylocationsdatabasemanager/inc
    12 INCLUDEPATH += ../mylocationsdatabasemanager/inc
    12 INCLUDEPATH += /epoc32/include/app
    13 INCLUDEPATH += /epoc32/include/app
    13 
    14 
       
    15 
    14 symbian: { 
    16 symbian: { 
    15 
    17 
    16     TARGET.UID3 = 0x2002680A 
    18     TARGET.UID3 = 0x2002680A 
    17     isEmpty(TARGET.EPOCSTACKSIZE):TARGET.EPOCSTACKSIZE = 0x8000
    19     isEmpty(TARGET.EPOCSTACKSIZE):TARGET.EPOCSTACKSIZE = 0x8000
    18     isEmpty(TARGET.EPOCHEAPSIZE):TARGET.EPOCHEAPSIZE = 20480 \
    20     isEmpty(TARGET.EPOCHEAPSIZE):TARGET.EPOCHEAPSIZE = 20480 \
    19         16943040
    21         16943040
    20     TARGET.CAPABILITY = ALL -TCB
    22     TARGET.CAPABILITY = ALL -TCB
    21     
    23     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    24 
    22     LIBS += -llbs \
    25     LIBS += -llbs \
    23         -leposlandmarks \
    26         -leposlandmarks \
    24         -leposlmsearchlib \
    27         -leposlmsearchlib \
    25         -leuser \
    28         -leuser \
    26         -leposlmdbmanlib \
    29         -leposlmdbmanlib \
    33         -lgeocodeupdate \
    36         -lgeocodeupdate \
    34         -lecom \
    37         -lecom \
    35 	-lcalinterimapi \
    38 	-lcalinterimapi \
    36 	-llocationdatalookupdb \
    39 	-llocationdatalookupdb \
    37 	-lmylocationsdatabasemanager
    40 	-lmylocationsdatabasemanager
       
    41 	
       
    42 	
       
    43 	myCrml.sources = ./conf/maptilestatuspublisher.qcrml
       
    44         myCrml.path = c:/resource/qt/crml
       
    45         DEPLOYMENT += myCrml
    38 
    46 
    39 }
    47 }
    40 
    48 
    41 SOURCES += src/appmain.cpp \
    49 SOURCES += src/appmain.cpp \
    42     src/mylocationsengine.cpp \
    50     src/mylocationsengine.cpp \
    43     src/maptileinterface.cpp \
    51     src/maptileinterface.cpp \
    44     src/addresscomparision.cpp \   
       
    45     src/lookupmaptiledb.cpp    \
    52     src/lookupmaptiledb.cpp    \
    46     src/calendernotification.cpp \
    53     src/calendernotification.cpp \
    47     src/mylocationgeotagtimerao.cpp 
    54     src/mylocationgeotagtimerao.cpp \
       
    55     src/contactsubscriber.cpp \
       
    56     src/calendarsubscriber.cpp
    48 
    57 
    49 HEADERS += inc/appmain.h \
    58 HEADERS += inc/appmain.h \
    50     inc/mylocationsengine.h \
    59     inc/mylocationsengine.h \
    51     inc/maptileinterface.h \
    60     inc/maptileinterface.h \
    52     inc/addresscomparision.h \
       
    53     inc/lookupmaptiledb.h \
    61     inc/lookupmaptiledb.h \
    54     inc/calendernotification.h \
    62     inc/calendernotification.h \
    55     inc/mylocationgeotagtimerao.h
    63     inc/mylocationgeotagtimerao.h \
       
    64     inc/contactsubscriber.h \
       
    65     inc/calendarsubscriber.h
    56 
    66 
    57 
    67 
    58 
    68 
    59 
    69