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