phonebookengines/mobcntmodel/tsrc/ut_mobcntmodel/ut_mobcntmodel.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 May 2010 12:45:19 +0300
changeset 37 fd64c38c277d
parent 25 76a2435edfd4
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

#                                                                    
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).   
# All rights reserved.                                                
# This component and the accompanying materials are made available    
# under the terms of "Eclipse Public License v1.0"    
# which accompanies this distribution, and is available               
# at the URL "http://www.eclipse.org/legal/epl-v10.html".   
#                                                                     
# Initial Contributors:                                               
# Nokia Corporation - initial contribution.                           
#                                                                     
# Contributors:                                                       
#                                                                     
# Description:                                                        
#                                                                     
#


TEMPLATE = app
TARGET =

DEFINES += QT_NO_DEBUG_OUTPUT
DEFINES += QT_NO_WARNING_OUTPUT
DEFINES += MOBCNTMODEL_NO_EXPORT
    
MOC_DIR = moc

QT += testlib xml

CONFIG += hb

TARGET.CAPABILITY = ALL \
    -TCB

INCLUDEPATH += .
INCLUDEPATH += ../../inc
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    
HEADERS += inc/testrunner.h
HEADERS += inc/ut_mobcntmodel.h
HEADERS += ../../inc/mobcntmodelglobal.h \
           ../../inc/mobcntmodel.h \
           ../../inc/mobcntmodel_p.h \
           ../../inc/cntcache.h \
           ../../inc/cntcache_p.h \
           ../../inc/cntinfoprovider.h \
           ../../inc/cntdefaultinfoprovider.h

SOURCES += src/testrunner.cpp
SOURCES += src/main.cpp
SOURCES += src/ut_mobcntmodel.cpp
SOURCES += ../../src/mobcntmodel.cpp
SOURCES += ../../src/cntcache.cpp
SOURCES += ../../src/cntcache_p.cpp
SOURCES += ../../src/cntdefaultinfoprovider.cpp

RESOURCES += ../../resources/mobcntmodel.qrc

BLD_INF_RULES.prj_exports += "image1.png /epoc32/winscw/c/data/images/"
BLD_INF_RULES.prj_exports += "image2.png /epoc32/winscw/c/data/images/"
    
LIBS += -lQtContacts \
        -lhbcore \
        -lthumbnailmanagerqt