locationdataharvester/locationdatalookupdb/tsrc/ut_locationdatalookupdb/ut_locationdatalookupdb.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 #* 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 unit test case pro file
       
    15 #*
       
    16 #*/
       
    17 
       
    18 TEMPLATE = app
       
    19 CONFIG += hb
       
    20 QT += testlib
       
    21 
       
    22 symbian:
       
    23 {
       
    24    SYSTEMINCLUDEPATH += \epoc32\include\stdapis
       
    25 }
       
    26 
       
    27 SOURCES += ut_locationdatalookupdb.cpp
       
    28 
       
    29 
       
    30 LIBS += -llocationdatalookupdb
       
    31 
       
    32 TARGET.CAPABILITY = ALL -TCB    
       
    33