locationdataharvester/locationdatalookupdb/locationdatalookupdb.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 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description: Location data lookup db project file
       
    15 
       
    16 TEMPLATE = lib
       
    17 DEPENDPATH += .
       
    18 INCLUDEPATH += .
       
    19 
       
    20 # By default Qt adds dependencies to QtCore and QtGui, 
       
    21 # QtCore is enough for this example 
       
    22 #QT = core
       
    23 QT           += sql
       
    24 
       
    25 #BUILD_DLL macro is used to define export macro
       
    26 DEFINES += BUILD_DLL           
       
    27 
       
    28            
       
    29 SOURCES += locationdatalookupdb.cpp
       
    30 
       
    31 symbian: {
       
    32     TARGET.UID3 = 0x2002E714
       
    33     TARGET.EPOCALLOWDLLDATA = 1
       
    34 TARGET.CAPABILITY = ALL \
       
    35         -TCB
       
    36 }    
       
    37