messagingapp/msgui/conversationview/tsrc/unittests/unittest_msgconversationwidget/unittest_msgconversationwidget.pro
changeset 56 f42d9a78f435
parent 55 5b3b2fa8c3ec
child 58 5401a102f08b
equal deleted inserted replaced
55:5b3b2fa8c3ec 56:f42d9a78f435
     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 CONFIG            += qtestlib symbian_test
       
    19 INCLUDEPATH       += .
       
    20 MMP_RULES         += "USERINCLUDE . ../../../../../../inc"
       
    21 MOC_DIR            = moc
       
    22 TARGET             = unittest_msgconversationwidget
       
    23 TARGET.CAPABILITY  = All -TCB
       
    24 TEMPLATE           = app
       
    25 
       
    26 HEADERS += hbwidget.h \
       
    27            msgconversationwidgetheaders.h \
       
    28            ../../../inc/msgconversationwidget.h
       
    29 
       
    30 SOURCES += unittest_msgconversationwidget.cpp \
       
    31            ../../../src/msgconversationwidget.cpp