phonesettings/cpphonesettingsplugins/tsrc/mocks/ut_mockintegrity.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 23 Jun 2010 18:12:20 +0300
changeset 45 6b911d05207e
parent 37 ba76fc04e6c2
child 50 377c906a8701
child 51 f39ed5e045e0
permissions -rw-r--r--
Revision: 201023 Kit: 2010125

#
# 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: Project file for building unit test component
#

CONFIG += qtestlib hb
TEMPLATE = app
TARGET = 
MOC_DIR = moc

INCLUDEPATH += .
INCLUDEPATH += ../../barringplugin/inc
INCLUDEPATH += ../../callsplugin/src
INCLUDEPATH += ../../cptelephonyutils/inc
INCLUDEPATH += ../../divertplugin/src
INCLUDEPATH += ../../cpnetworkplugin/src
INCLUDEPATH += ../../cpnetworkplugin/src
INCLUDEPATH += ../../telephonyplugin/src
INCLUDEPATH += /sf/mw/phonesrv/cellular/telephonysettings/xqbindings/psetwrapper/src

DEFINES += BUILD_CPTELEPHONYUTILS BUILD_PSETWRAPPER BUILD_SSSETTINGSWRAPPER
DEFINES += XQSYSINFO_LIBRARY XQSETTINGSMANAGER_LIBRARY

QT -= gui
QT += testlib

symbian: { 
    CONFIG += no_icon
    INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
    LIBS += -lmocklib       \
            -lsymbianmock   \
            -lcpframework 
}

HEADERS += ut_mockintegrity.h

HEADERS += ../../callsplugin/src/cpcallsplugin.h                \
           ../../cptelephonyutils/inc/cpphonenotes.h            \
           ../../cptelephonyutils/inc/cpplugincommon.h          \
           ../../cptelephonyutils/inc/cpphonelocalisation.h     \
           /epoc32/include/platform/mw/psetwrapper.h            \
           /epoc32/include/platform/mw/psetcliwrapper.h         \
           /epoc32/include/platform/mw/sssettingswrapper.h      \
           /epoc32/include/platform/mw/psetcallwaitingwrapper.h \
           /epoc32/include/platform/mw/psetcalldivertingwrapper.h \
           /epoc32/include/platform/mw/psetnetworkwrapper.h     \
           /epoc32/include/platform/mw/psetcallbarringwrapper.h \
           /epoc32/include/platform/mw/xqsettingskey.h          \
           /epoc32/include/platform/mw/xqsettingsmanager.h      \
           /epoc32/include/platform/mw/xqsysinfo.h

SOURCES += *.cpp