phoneengine/phoneservices/tsrc/ut_phoneservices/ut_phoneservices.pro
changeset 21 92ab7f8d0eab
child 30 ebdbd102c78a
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
       
     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 TEMPLATE = app
       
    19 TARGET = 
       
    20 TARGET.UID3 = 0xEEE39B3F
       
    21 DEPENDPATH += .
       
    22 INCLUDEPATH += .
       
    23 CONFIG += hb
       
    24 CONFIG += qtestlib
       
    25 
       
    26 symbian {
       
    27 
       
    28     INCLUDEPATH += \epoc32\include\platform \
       
    29                    \epoc32\include\platform\mw \
       
    30                    \epoc32\include\mw \
       
    31                    ../../../phoneuiutils/inc \
       
    32                    ../../../phoneuicontrol/inc \
       
    33                    ../../../phoneuiqtviewadapter/src \
       
    34                    ../../../../inc
       
    35 
       
    36     LIBS += -lxqservice \
       
    37             -lxqserviceutil
       
    38 
       
    39     TARGET.CAPABILITY = ALL -TCB
       
    40     DEFINES += BUILD_PHONESERVICES
       
    41 }
       
    42 
       
    43 # Input
       
    44 HEADERS += ../../inc/phoneservices.h
       
    45 HEADERS += ../../inc/dialservice.h
       
    46 HEADERS += ../../inc/dtmfservice.h
       
    47 SOURCES += ../../src/phoneservices.cpp
       
    48 SOURCES += unit_tests.cpp