telutils/dialpad/tsrc/unit/ut_dialpadkeysequenceeventfilter/ut_dialpadkeysequenceeventfilter.pro
changeset 19 e44a8c097b15
child 31 a2467631ae02
equal deleted inserted replaced
15:d7fc66ccd6fb 19:e44a8c097b15
       
     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 SOURCES += ../shared/mock_dialpad.cpp          \
       
    47            ../shared/mock_xqservicerequest.cpp \
       
    48            ../shared/mock_hblineedit.cpp
       
    49 
       
    50 LIBS += -lmocklib -lsymbianmock -lxqserviceutil