phoneapp/phoneuiqtviewadapter/tsrc/ut_phonevisibilityhandler/ut_phonevisibilityhandler.pro
branchRCL_3
changeset 61 41a7f70b3818
equal deleted inserted replaced
58:40a3f856b14d 61:41a7f70b3818
       
     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: Project file for building unit test component
       
    15 #
       
    16 #
       
    17 
       
    18 TEMPLATE = app
       
    19 TARGET = 
       
    20 TARGET.UID3 = 0xEFF8FFF2
       
    21 DEPENDPATH += .
       
    22 INCLUDEPATH += .
       
    23 CONFIG += hb
       
    24 CONFIG += qtestlib
       
    25 CONFIG += mobility
       
    26 MOBILITY = publishsubscribe
       
    27 
       
    28 symbian {
       
    29 
       
    30     INCLUDEPATH += \epoc32\include\platform\mw \
       
    31                    \epoc32\include\platform \
       
    32                    \epoc32\include\platform\app \
       
    33 	               \epoc32\include\mw \
       
    34                    \sf\app\phone\inc \
       
    35                    ../../../phoneuiutils/inc/ \
       
    36                    ../../../phonemediatorcenter/inc/ \
       
    37                    ../../../phoneuiview2/inc \
       
    38                    ../../../../inc \
       
    39                    ../../../phoneringingtoneplayer/inc \
       
    40                    ../../../phoneui2/srcdata
       
    41 
       
    42     LIBS += -ltelephonyservice
       
    43     LIBS += -lapgrfx
       
    44     LIBS += -lws32
       
    45     LIBS += -lcone
       
    46 
       
    47     TARGET.CAPABILITY = ALL -TCB
       
    48     DEFINES += FT_SYMBIAN_INTEGRATION
       
    49 }
       
    50 
       
    51 # Input
       
    52 HEADERS += ../../inc/phonevisibilityhandler.h
       
    53 SOURCES += ../../src/phonevisibilityhandler.cpp
       
    54 
       
    55 HEADERS += \sf\mw\phonesrv\phonesrv_plat\call_information_api\inc\ccallinfoiter.h
       
    56 SOURCES += cphonepubsubproxy_stub.cpp
       
    57 SOURCES += unit_tests.cpp
       
    58