phonebookengines/cntlistmodel/tsrc/ut_mobcntmodel/ut_mobcntmodel.pro
changeset 46 efe85016a067
parent 40 b46a585f6909
child 47 7cbcb2896f0e
equal deleted inserted replaced
40:b46a585f6909 46:efe85016a067
     1 #                                                                    
       
     2 # Copyright (c) 2009 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:                                                        
       
    15 #                                                                     
       
    16 #
       
    17 
       
    18 
       
    19 TEMPLATE = app
       
    20 TARGET =
       
    21 
       
    22 DEFINES += QT_NO_DEBUG_OUTPUT
       
    23 DEFINES += QT_NO_WARNING_OUTPUT
       
    24 DEFINES += CNTLISTMODEL_NO_EXPORT
       
    25     
       
    26 MOC_DIR = moc
       
    27 
       
    28 QT += testlib xml
       
    29 
       
    30 CONFIG += hb
       
    31 
       
    32 TARGET.CAPABILITY = ALL \
       
    33     -TCB
       
    34 
       
    35 INCLUDEPATH += .
       
    36 INCLUDEPATH += ../../inc
       
    37 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    38     
       
    39 HEADERS += inc/testrunner.h
       
    40 HEADERS += inc/ut_mobcntmodel.h
       
    41 HEADERS += ../../inc/cntlistmodelglobal.h \
       
    42            ../../inc/cntlistmodel.h \
       
    43            ../../inc/cntlistmodel_p.h \
       
    44            ../../inc/cntcache.h \
       
    45            ../../inc/cntcache_p.h \
       
    46            ../../inc/cntinfoprovider.h \
       
    47            ../../inc/cntdefaultinfoprovider.h
       
    48 
       
    49 SOURCES += src/testrunner.cpp
       
    50 SOURCES += src/main.cpp
       
    51 SOURCES += src/ut_mobcntmodel.cpp
       
    52 SOURCES += ../../src/cntlistmodel.cpp
       
    53 SOURCES += ../../src/cntcache.cpp
       
    54 SOURCES += ../../src/cntcache_p.cpp
       
    55 SOURCES += ../../src/cntdefaultinfoprovider.cpp
       
    56 
       
    57 BLD_INF_RULES.prj_exports += "image1.png /epoc32/winscw/c/data/images/"
       
    58 BLD_INF_RULES.prj_exports += "image2.png /epoc32/winscw/c/data/images/"
       
    59     
       
    60 LIBS += -lQtContacts \
       
    61         -lhbcore \
       
    62         -lthumbnailmanagerqt
       
    63