phonebookengines/cntlistmodel/tsrc/ut_cntlistmodel/ut_cntlistmodel.pro
changeset 46 efe85016a067
child 61 d30183af6ca6
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 += ../../../../inc
       
    38 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    39     
       
    40 HEADERS += inc/testrunner.h \
       
    41            inc/ut_cntlistmodel.h \
       
    42            inc/ut_cntcache.h \
       
    43            inc/ut_cntpresenceinfoprovider.h \
       
    44            inc/ut_cntdefaultinfoprovider.h \
       
    45            ../../inc/cntlistmodelglobal.h \
       
    46            ../../inc/cntlistmodel.h \
       
    47            ../../inc/cntlistmodel_p.h \
       
    48            ../../inc/cntcache.h \
       
    49            ../../inc/cntcache_p.h \
       
    50            ../../inc/cntinfoprovider.h \
       
    51            ../../inc/cntdefaultinfoprovider.h \
       
    52            ../../inc/cntpresenceinfoprovider.h \
       
    53            ../../../../inc/cntdebug.h
       
    54 
       
    55 SOURCES += src/testrunner.cpp \
       
    56            src/main.cpp \
       
    57            src/ut_cntlistmodel.cpp \
       
    58            src/ut_cntcache.cpp \
       
    59            src/ut_cntpresenceinfoprovider.cpp \
       
    60            src/ut_cntdefaultinfoprovider.cpp \
       
    61            ../../src/cntlistmodel.cpp \
       
    62            ../../src/cntcache.cpp \
       
    63            ../../src/cntcache_p.cpp \
       
    64            ../../src/cntdefaultinfoprovider.cpp \
       
    65            ../../src/cntpresenceinfoprovider.cpp
       
    66 
       
    67 BLD_INF_RULES.prj_exports += "image1.png /epoc32/winscw/c/data/images/"
       
    68 BLD_INF_RULES.prj_exports += "image2.png /epoc32/winscw/c/data/images/"
       
    69     
       
    70 LIBS += -lQtContacts \
       
    71         -lhbcore \
       
    72         -lthumbnailmanagerqt \
       
    73         -lpresencecacheqt \
       
    74         -lxqsettingsmanager
       
    75