locationdataharvester/mylocationsengine/mylocationsengine.pro
changeset 41 b3dd5ec3089d
parent 30 96df3ab41000
equal deleted inserted replaced
38:793f76d9ab0c 41:b3dd5ec3089d
       
     1 //====
       
     2 #                                                                    
       
     3 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).   
       
     4 # All rights reserved.                                                
       
     5 # This component and the accompanying materials are made available    
       
     6 # under the terms of "Eclipse Public License v1.0"    
       
     7 # which accompanies this distribution, and is available               
       
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".   
       
     9 #                                                                     
       
    10 # Initial Contributors:                                               
       
    11 # Nokia Corporation - initial contribution.                           
       
    12 #                                                                     
       
    13 # Contributors:                                                       
       
    14 #                                                                     
       
    15 # Description:                                                        
       
    16 #                                                                     
     1 
    17 
     2 TEMPLATE=app
    18 TEMPLATE=app
     3 TARGET=mylocationsengine
    19 TARGET=mylocationsengine
     4 CONFIG += Qt mobility
    20 CONFIG += Qt mobility
     5 MOBILITY = publishsubscribe
    21 MOBILITY = publishsubscribe
     8 INCLUDEPATH += ../inc
    24 INCLUDEPATH += ../inc
     9 INCLUDEPATH += ../../inc
    25 INCLUDEPATH += ../../inc
    10 INCLUDEPATH += ../geocodeupdate/inc
    26 INCLUDEPATH += ../geocodeupdate/inc
    11 INCLUDEPATH += ../mylocationlogger/inc
    27 INCLUDEPATH += ../mylocationlogger/inc
    12 INCLUDEPATH += ../mylocationsdatabasemanager/inc
    28 INCLUDEPATH += ../mylocationsdatabasemanager/inc
       
    29 INCLUDEPATH += ../maptileservice/inc
    13 INCLUDEPATH += /epoc32/include/app
    30 INCLUDEPATH += /epoc32/include/app
    14 
    31 
    15 
    32 
    16 symbian: { 
    33 symbian: { 
    17 
    34 
    33         -lbafl \
    50         -lbafl \
    34         -lflogger \
    51         -lflogger \
    35         -lQtContacts \
    52         -lQtContacts \
    36         -lgeocodeupdate \
    53         -lgeocodeupdate \
    37         -lecom \
    54         -lecom \
       
    55         -lcentralrepository \
    38 	-lcalinterimapi \
    56 	-lcalinterimapi \
    39 	-llocationdatalookupdb \
    57 	-llocationdatalookupdb \
    40 	-lmylocationsdatabasemanager
    58 	-lmylocationsdatabasemanager \
       
    59 	-lmaptileservice
    41 	
    60 	
    42 	
    61 	
    43 	myCrml.sources = ./conf/maptilestatuspublisher.qcrml
    62 	myCrml.sources = ./conf/maptilestatuspublisher.qcrml
    44         myCrml.path = c:/resource/qt/crml
    63         myCrml.path = c:/resource/qt/crml
    45         DEPLOYMENT += myCrml
    64         DEPLOYMENT += myCrml
    47 }
    66 }
    48 
    67 
    49 SOURCES += src/appmain.cpp \
    68 SOURCES += src/appmain.cpp \
    50     src/mylocationsengine.cpp \
    69     src/mylocationsengine.cpp \
    51     src/maptileinterface.cpp \
    70     src/maptileinterface.cpp \
    52     src/lookupmaptiledb.cpp    \
       
    53     src/calendernotification.cpp \
    71     src/calendernotification.cpp \
    54     src/mylocationgeotagtimerao.cpp \
    72     src/mylocationgeotagtimerao.cpp \
    55     src/contactsubscriber.cpp \
    73     src/contactsubscriber.cpp \
    56     src/calendarsubscriber.cpp
    74     src/calendarsubscriber.cpp
    57 
    75 
    58 HEADERS += inc/appmain.h \
    76 HEADERS += inc/appmain.h \
    59     inc/mylocationsengine.h \
    77     inc/mylocationsengine.h \
    60     inc/maptileinterface.h \
    78     inc/maptileinterface.h \
    61     inc/lookupmaptiledb.h \
       
    62     inc/calendernotification.h \
    79     inc/calendernotification.h \
    63     inc/mylocationgeotagtimerao.h \
    80     inc/mylocationgeotagtimerao.h \
    64     inc/contactsubscriber.h \
    81     inc/contactsubscriber.h \
    65     inc/calendarsubscriber.h
    82     inc/calendarsubscriber.h
    66 
    83 
    67 
    84 
    68 
    85 
    69 
    86 
       
    87 
       
    88 
       
    89 symbian:MMP_RULES += SMPSAFE