telutils/dialpad/tsrc/unit/ut_dialpadlineedit/ut_dialpadlineedit.pro
changeset 53 25b8d29b7c59
equal deleted inserted replaced
51:12bc758d6a02 53:25b8d29b7c59
       
     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 += qtestlib hb
       
    22 HB += hbinput
       
    23 DEFINES += BUILD_DIALPAD \
       
    24            BUILD_DIALPADKEYHANDLER
       
    25 
       
    26 QT -= gui
       
    27 
       
    28 symbian {
       
    29     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    30     INCLUDEPATH += . ../../../inc
       
    31     INCLUDEPATH +=../../../../../tsrc/common
       
    32 
       
    33     
       
    34     HEADERS += ../../../inc/dialpadlineedit.h
       
    35     SOURCES += ../../../src/dialpadlineedit.cpp
       
    36     
       
    37     HEADERS += ut_dialpadlineedit.h
       
    38     SOURCES += ut_dialpadlineedit.cpp
       
    39     HEADERS += testdialpadlineedit.h
       
    40     SOURCES += testdialpadlineedit.cpp
       
    41     
       
    42     #MOCKED DEPENDENCIES
       
    43     SOURCES += ../../../../../tsrc/mocks/orbit/mock_hbwidget.cpp
       
    44     SOURCES += ../../../../../tsrc/mocks/orbit/mock_hbapplication.cpp
       
    45     SOURCES += ../../../../../tsrc/mocks/orbit/mock_hblineedit.cpp
       
    46     SOURCES += ../../../../../tsrc/mocks/orbit/mock_hbabstractedit.cpp
       
    47     
       
    48     LIBS += -lmocklib -lsymbianmock
       
    49 }