telutils/dialpad/tsrc/unit/ut_dialpadkeysequenceeventfilter/ut_dialpadkeysequenceeventfilter.pro
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
child 21 0a6dd2dc9970
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     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 INCLUDEPATH += . ../../../inc ../../../../../inc ../shared
       
    21 
       
    22 CONFIG += hb qtestlib
       
    23 
       
    24 QT -= gui
       
    25 
       
    26 DEFINES += BUILD_DIALPAD \
       
    27            BUILD_DIALPADKEYHANDLER \
       
    28            XQ_BUILD_XQSERVICE_LIB \
       
    29            BUILD_HB_WIDGETS
       
    30 
       
    31 symbian {
       
    32     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    33 } else:win32 {
       
    34     DESTDIR = ./
       
    35     INCLUDEPATH += ../../../../../phonesrv_plat/dialpad_api/inc
       
    36 }
       
    37 
       
    38 HEADERS += ../../../inc/dialpadkeysequenceeventfilter.h
       
    39 SOURCES += ../../../src/dialpadkeysequenceeventfilter.cpp
       
    40 
       
    41 HEADERS += ut_dialpadkeysequenceeventfilter.h
       
    42 SOURCES += ut_dialpadkeysequenceeventfilter.cpp
       
    43 
       
    44 HEADERS += ../../../../../phonesrv_plat/dialpad_api/inc/dialpad.h
       
    45 HEADERS += /epoc32/include/mw/xqservicerequest.h \
       
    46            /epoc32/include/mw/xqappmgr.h         \
       
    47            /epoc32/include/mw/xqaiwrequest.h     \
       
    48            hblineedit.h
       
    49 
       
    50 SOURCES += ../shared/mock_dialpad.cpp          \
       
    51            ../shared/mock_xqservicerequest.cpp \
       
    52            ../shared/mock_hblineedit.cpp       \
       
    53            ../shared/mock_xqappmgr.cpp         \
       
    54            ../shared/mock_xqaiwrequest.cpp     \
       
    55            ../shared/mock_xqaiwinterfacedescriptor.cpp
       
    56 
       
    57 LIBS += -lmocklib -lsymbianmock -lxqserviceutil