locationdataharvester/geocodeupdate/geocodeupdate.pro
changeset 20 cd10d5b85554
child 30 96df3ab41000
equal deleted inserted replaced
17:0f22fb80ebba 20:cd10d5b85554
       
     1 #
       
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 
       
     4 
       
     5 #
       
     6 # All rights reserved.
       
     7 # This component and the accompanying materials are made available
       
     8 # under the terms of "Eclipse Public License v1.0"
       
     9 # which accompanies this distribution, and is available
       
    10 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    11 #
       
    12 # Initial Contributors:
       
    13 # Nokia Corporation - initial contribution.
       
    14 #
       
    15 # Contributors:
       
    16 # 
       
    17 # Description:
       
    18 #
       
    19 #
       
    20 
       
    21 TEMPLATE = lib
       
    22 TARGET = geocodeupdate   
       
    23 
       
    24 CONFIG += dll
       
    25 CONFIG += Qt
       
    26 
       
    27 DEPENDPATH += .
       
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    29 
       
    30 # Input
       
    31 # Input
       
    32 HEADERS += ./inc/geocodeupdate.h \
       
    33            ../mylocationlogger/inc \
       
    34            ../inc   
       
    35 SOURCES +=./src/geocodeupdate.cpp 
       
    36 
       
    37 symbian: 
       
    38 { 
       
    39     TARGET.EPOCALLOWDLLDATA = 1
       
    40     TARGET.CAPABILITY = All -Tcb
       
    41     TARGET.UID3 = 0x2002C3A9
       
    42     deploy.path = $$EPOCROOT
       
    43     exportheaders.sources = $$PUBLIC_HEADERS
       
    44     exportheaders.path = epoc32/include
       
    45     DEPLOYMENT += exportheaders
       
    46     
       
    47     qtAddLibrary(QtContacts)
       
    48 	LIBS += -lcntmodel \
       
    49 	        -lagendainterface \
       
    50 		    -leuser  \
       
    51 		    -lestor \
       
    52 		    -lflogger
       
    53    
       
    54 
       
    55 }  
       
    56 # End of file	--Don't remove this.