locationdataharvester/mylocationsdatabasemanager/tsrc/ut_mylocationsdatabasemanager.pro
changeset 26 f3533f6eae3f
equal deleted inserted replaced
24:ccec19943943 26:f3533f6eae3f
       
     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 = app
       
    22 TARGET = ut_mylocationsdatabasemanager   
       
    23 
       
    24 CONFIG += hb
       
    25 QT += testlib
       
    26 
       
    27 symbian:
       
    28 {
       
    29    SYSTEMINCLUDEPATH += \epoc32\include\stdapis
       
    30 }
       
    31 
       
    32 DEPENDPATH += .
       
    33 INCLUDEPATH += .
       
    34 INCLUDEPATH += ../../inc
       
    35 INCLUDEPATH += ../../mylocationlogger/inc
       
    36 
       
    37 defines += EPOCALLOWDLLDATA
       
    38 DEFINES += LOCATION_DATA_HARVESTER_UNIT_TEST
       
    39 
       
    40 symbian: { 
       
    41 
       
    42     TARGET.EPOCALLOWDLLDATA = 1
       
    43     TARGET.CAPABILITY = All -Tcb
       
    44     
       
    45     LIBS += -llbs \
       
    46         -leposlandmarks \
       
    47         -leposlmsearchlib \
       
    48         -leuser \
       
    49         -leposlmdbmanlib \
       
    50         -lcntmodel \
       
    51         -lefsrv \
       
    52         -lflogger \
       
    53         -ledbms \
       
    54         -lbafl \
       
    55         -lcalinterimapi \
       
    56         -llocationdatalookupdb
       
    57 
       
    58 }
       
    59 
       
    60 SOURCES += ../src/mylocationsdatabasemanager.cpp \
       
    61 ut_mylocationsdatabasemanager.cpp
       
    62 
       
    63 HEADERS += ../inc/mylocationsdatabasemanager.h 
       
    64 
       
    65 
       
    66 
       
    67