phoneengine/phoneservices/tsrc/ut_ctiurischemeparser/ut_ctiurischemeparser.pro
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 46 bc5a64e5bc3c
child 74 d1c62c765e48
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
       
     1 #
       
     2 # Copyright (c) 2010 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 = 0xE31F4ECF
       
    21 DEPENDPATH += .
       
    22 INCLUDEPATH += . ../shared
       
    23 CONFIG += qtestlib
       
    24 DEFINES += QT_NO_DEBUG_STREAM
       
    25 
       
    26 QT -= gui
       
    27 
       
    28 symbian {
       
    29     TARGET.CAPABILITY = ALL -TCB
       
    30     
       
    31     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    32     INCLUDEPATH += ../../../../inc
       
    33     
       
    34     # TEST CODE
       
    35     HEADERS += ../../inc/urischemeparser.h     \
       
    36                ../../inc/ctiurischemeparser.h
       
    37     SOURCES += ../../src/urischemeparser.cpp   \
       
    38                ../../src/ctiurischemeparser.cpp
       
    39     SOURCES += unit_tests.cpp
       
    40     
       
    41     #MOCKED DEPENDENCIES
       
    42     SOURCES += ../shared/mock_mpecallsettersif.cpp
       
    43     SOURCES += ../shared/mock_mpecallcontrolif.cpp
       
    44     
       
    45     LIBS += -lmocklib -lsymbianmock
       
    46 }