phonesettings/cpphonesettingsplugins/tsrc/mocks/ut_mockintegrity.pro
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:33:21 +0100
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 27 2f8f8080a020
parent 45 6b911d05207e
permissions -rw-r--r--
Catchup to latest Symbian^4

#
# 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