locationdataharvester/maptileservice/tsrc/ut_maptileservice/ut_maptileservice.pro
changeset 30 96df3ab41000
parent 26 f3533f6eae3f
child 31 8db05346071b
equal deleted inserted replaced
26:f3533f6eae3f 30:96df3ab41000
     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: maptile service unit test case pro file
       
    15 *
       
    16 */
       
    17 
       
    18 TEMPLATE = app
       
    19 QT += testlib
       
    20 
       
    21 INCLUDEPATH += inc
       
    22 INCLUDEPATH += ../inc
       
    23 
       
    24 symbian:
       
    25 {
       
    26    :BLD_INF_RULES.prj_exports += "preferredaddressmap.png /epoc32/winscw/c/maptiletest/preferredaddressmap.png"
       
    27    :BLD_INF_RULES.prj_exports += "workaddressmap.png /epoc32/winscw/c/maptiletest/workaddressmap.png"
       
    28    :BLD_INF_RULES.prj_exports += "homeaddressmap.png /epoc32/winscw/c/maptiletest/homeaddressmap.png"
       
    29    SYSTEMINCLUDEPATH += \epoc32\include\stdapis
       
    30 }
       
    31 
       
    32 SOURCES += ut_maptileservice.cpp
       
    33 
       
    34 
       
    35 LIBS += -lmaptileservice \
       
    36         -lQtContacts 
       
    37 
       
    38 TARGET.CAPABILITY = ALL -TCB    
       
    39