telutils/keysequencerecognitionservice/tsrc/ut_keysequencerecognitionprovider/ut_keysequencerecognitionprov.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 = ut_keysequencerecognitionprovider
       
    20 CONFIG += hb qtestlib
       
    21 MOC_DIR = moc
       
    22 DEFINES += QT_NO_DEBUG_STREAM
       
    23 
       
    24 QT -= gui
       
    25 
       
    26 symbian {
       
    27     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    28     INCLUDEPATH += . ../shared ../../inc
       
    29     
       
    30     HEADERS += ../../inc/keysequencerecognitionprovider.h
       
    31     SOURCES += ../../src/keysequencerecognitionprovider.cpp
       
    32 
       
    33     HEADERS += ut_keysequencerecognitionprovider.h
       
    34     SOURCES += ut_keysequencerecognitionprovider.cpp
       
    35     
       
    36     #MOCKED DEPENDENCIES
       
    37     HEADERS +=                                            \
       
    38         ../../inc/keysequencehandler.h                    \
       
    39         ../../inc/imeikeysequencehandler.h                \
       
    40         ../../inc/lifetimerkeysequencehandler.h           \
       
    41         ../../inc/manufacturerkeysequencehandler.h        \
       
    42         ../../inc/simcontrolkeysequencehandler.h
       
    43     
       
    44     SOURCES +=                                            \
       
    45         ../shared/mock_qtranslator.cpp                    \
       
    46         ../shared/mock_keysequencehandler.cpp             \
       
    47         ../shared/mock_imeikeysequencehandler.cpp         \
       
    48         ../shared/mock_lifetimerkeysequencehandler.cpp    \
       
    49         ../shared/mock_manufacturerkeysequencehandler.cpp \
       
    50         ../shared/mock_simcontrolkeysequencehandler.cpp   \
       
    51         ../shared/mock_centralrepository.cpp              \
       
    52         ../shared/mock_tstasksettings.cpp
       
    53 
       
    54     LIBS += -lmocklib -lsymbianmock -lxqservice -lxqserviceutil
       
    55 }