locationdataharvester/mylocationsengine/mylocationsengine.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 11 Jun 2010 13:33:47 +0300
changeset 26 f3533f6eae3f
parent 20 cd10d5b85554
child 30 96df3ab41000
permissions -rw-r--r--
Revision: 201021 Kit: 2010123


TEMPLATE=app
TARGET=mylocationsengine
CONFIG += Qt
DEPENDPATH += .
INCLUDEPATH += .
INCLUDEPATH += ../inc
INCLUDEPATH += ../../inc
INCLUDEPATH += ../geocodeupdate/inc
INCLUDEPATH += ../mylocationlogger/inc
INCLUDEPATH += ../mylocationsdatabasemanager/inc
INCLUDEPATH += /epoc32/include/app

symbian: { 

    TARGET.UID3 = 0x2002680A 
    isEmpty(TARGET.EPOCSTACKSIZE):TARGET.EPOCSTACKSIZE = 0x8000
    isEmpty(TARGET.EPOCHEAPSIZE):TARGET.EPOCHEAPSIZE = 20480 \
        16943040
    TARGET.CAPABILITY = ALL -TCB
    
    LIBS += -llbs \
        -leposlandmarks \
        -leposlmsearchlib \
        -leuser \
        -leposlmdbmanlib \
        -lcntmodel \
        -lefsrv \
        -ledbms \
        -lbafl \
        -lflogger \
        -lQtContacts \
        -lgeocodeupdate \
        -lecom \
	-lcalinterimapi \
	-llocationdatalookupdb \
	-lmylocationsdatabasemanager

}

SOURCES += src/appmain.cpp \
    src/mylocationsengine.cpp \
    src/maptileinterface.cpp \
    src/addresscomparision.cpp \   
    src/lookupmaptiledb.cpp    \
    src/calendernotification.cpp \
    src/mylocationgeotagtimerao.cpp 

HEADERS += inc/appmain.h \
    inc/mylocationsengine.h \
    inc/maptileinterface.h \
    inc/addresscomparision.h \
    inc/lookupmaptiledb.h \
    inc/calendernotification.h \
    inc/mylocationgeotagtimerao.h