telutils/dialpad/tsrc/unit/ut_dialpadkeyhandler/ut_dialpadkeyhandler.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            XQ_BUILD_XQSERVICEUTIL_LIB \
       
    30            BUILD_HB_WIDGETS
       
    31 
       
    32 symbian {
       
    33     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    34 } else:win32 {
       
    35     DESTDIR = ./
       
    36     INCLUDEPATH += ../../../../../phonesrv_plat/dialpad_api/inc
       
    37 }
       
    38 
       
    39 HEADERS += ../../../../../phonesrv_plat/dialpad_api/inc/dialpadkeyhandler.h
       
    40 SOURCES += ../../../src/dialpadkeyhandler.cpp
       
    41 
       
    42 HEADERS += ut_dialpadkeyhandler.h
       
    43 SOURCES += ut_dialpadkeyhandler.cpp
       
    44 
       
    45 HEADERS += ../../../../../phonesrv_plat/dialpad_api/inc/dialpad.h \
       
    46            ../../../inc/dialpadbluetootheventfilter.h             \
       
    47            ../../../inc/dialpademergencycalleventfilter.h         \
       
    48            ../../../inc/dialpadkeysequenceeventfilter.h           \
       
    49            ../../../inc/dialpadmailboxeventfilterbase.h           \
       
    50            ../../../inc/dialpadvideomailboxeventfilter.h          \
       
    51            ../../../inc/dialpadvoicemailboxeventfilter.h          \
       
    52            ../../../inc/dialpadhasheventfilter.h                  \
       
    53            #/epoc32/include/mw/xqservicerequest.h                 \
       
    54            /epoc32/include/mw/xqappmgr.h                          \
       
    55            /epoc32/include/mw/xqaiwrequest.h                      \
       
    56            /epoc32/include/mw/xqrequestinfo.h
       
    57 
       
    58 SOURCES += ../shared/mock_dialpad.cpp                             \
       
    59            ../shared/mock_dialpadbluetootheventfilter.cpp         \
       
    60            ../shared/mock_dialpademergencycalleventfilter.cpp     \
       
    61            ../shared/mock_dialpadkeysequenceeventfilter.cpp       \
       
    62            ../shared/mock_dialpadmailboxeventfilterbase.cpp       \
       
    63            ../shared/mock_dialpadvideomailboxeventfilter.cpp      \
       
    64            ../shared/mock_dialpadvoicemailboxeventfilter.cpp      \
       
    65            ../shared/mock_dialpadhasheventfilter.cpp              \
       
    66            ../shared/mock_featmgr.cpp                             \
       
    67            ../shared/mock_xqappmgr.cpp                            \
       
    68            ../shared/mock_xqaiwrequest.cpp                        \
       
    69            ../shared/mock_xqaiwinterfacedescriptor.cpp            \
       
    70            ../shared/mock_hbmainwindow.cpp                        \
       
    71            ../shared/mock_xqrequestinfo.cpp
       
    72 
       
    73 LIBS += -lmocklib -lsymbianmock -lxqservice -lxqserviceutil