phoneengine/phoneservices/tsrc/ut_phoneservices/ut_phoneservices.pro
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:33:21 +0100
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 30 ebdbd102c78a
parent 46 bc5a64e5bc3c
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:
#
#

TEMPLATE = app
TARGET = 
TARGET.UID3 = 0xEEE39B3F
DEPENDPATH += .
INCLUDEPATH += .
#CONFIG += hb
CONFIG += qtestlib
QT -= gui

symbian {

    INCLUDEPATH += \epoc32\include\platform \
                   \epoc32\include\platform\mw \
                   \epoc32\include\mw \
                   ../../../phoneuiutils/inc \
                   ../../../phoneuicontrol/inc \
                   ../../../phoneuiqtviewadapter/src \
                   ../../../../inc

    LIBS += -lxqservice \
            -lxqserviceutil

    TARGET.CAPABILITY = ALL -TCB
    DEFINES += BUILD_PHONESERVICES
}

# Input
HEADERS += ../../inc/phoneservices.h
HEADERS += ../../inc/dialservice.h
HEADERS += ../../inc/dtmfservice.h
HEADERS += ../../inc/dialservicedepricated.h
HEADERS += ../../inc/dtmfservicedepricated.h
HEADERS += ../../inc/urischemehandlerservice.h
SOURCES += ../../src/phoneservices.cpp
SOURCES += ../../src/dialservicedepricated.cpp
SOURCES += ../../src/dtmfservicedepricated.cpp
SOURCES += unit_tests.cpp