telutils/keysequencerecognitionservice/tsrc/ut_imeikeysequencehandler/ut_imeikeysequencehandler.pro
branchRCL_3
changeset 19 7d48bed6ce0c
equal deleted inserted replaced
18:594d59766373 19:7d48bed6ce0c
       
     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 MOC_DIR = moc
       
    21 CONFIG += hb qtestlib
       
    22 DEFINES += QT_NO_DEBUG_STREAM
       
    23 DEFINES += QT_BUILD_SYSINFO_LIB QT_MAKEDLL
       
    24 
       
    25 QT -= gui
       
    26 
       
    27 symbian {
       
    28     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    29     INCLUDEPATH += . ../shared ../../inc
       
    30     
       
    31     HEADERS += ../../inc/imeikeysequencehandler.h
       
    32     SOURCES += ../../src/imeikeysequencehandler.cpp
       
    33 
       
    34     HEADERS += ut_imeikeysequencehandler.h
       
    35     SOURCES += ut_imeikeysequencehandler.cpp
       
    36     
       
    37     #MOCKED DEPENDENCIES
       
    38     HEADERS +=                                  \
       
    39         ../../inc/keysequencehandler.h          \
       
    40         /epoc32/include/mw/qsysteminfo.h
       
    41     SOURCES +=                                  \ 
       
    42         ../shared/mock_keysequencehandler.cpp   \
       
    43         ../shared/mock_qsysteminfo.cpp          \
       
    44         ../shared/mock_hbdevicemessagebox.cpp
       
    45     
       
    46     LIBS += -lmocklib -lsymbianmock -lxqserviceutil
       
    47 }