vmbx/vmbxcpplugin/tsrc/ut_vmbxcpplugin/ut_vmbxcpplugin.pro
changeset 53 25b8d29b7c59
equal deleted inserted replaced
51:12bc758d6a02 53:25b8d29b7c59
       
     1 #
       
     2 # Copyright (c) 2009 - 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: Voicemailbox control panel plugin unit test project
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 TARGET = ut_vmbxcpplugin
       
    19 DEPENDPATH += .
       
    20 INCLUDEPATH += .
       
    21 CONFIG += hb
       
    22 CONFIG += qtestlib
       
    23 MOC_DIR = moc
       
    24 
       
    25 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
       
    26                $$MOC_DIR
       
    27 
       
    28 LIBS += -lcpframework
       
    29 
       
    30 # Input
       
    31 HEADERS += inc/ut_vmbxuiengine.h\
       
    32            inc/ut_vmbxcpplugin.h \
       
    33            inc/ut_actioncustomitem.h\
       
    34            inc/ut_customedit.h \
       
    35            ../../inc/vmbxuiengine.h \
       
    36            ../../inc/vmbxcpplugin.h \
       
    37            ../../inc/vmbxcpgroup.h \
       
    38            ../../inc/actioncustomitem.h \
       
    39            ../../inc/customedit.h
       
    40 
       
    41 
       
    42 SOURCES += src/main.cpp\
       
    43            src/ut_vmbxuiengine.cpp\
       
    44            src/ut_vmbxcpplugin.cpp \
       
    45            src/ut_actioncustomitem.cpp \
       
    46            src/ut_customedit.cpp \
       
    47            src/ut_dummyvoicemailbox.cpp\
       
    48            src/ut_dummyvoicemailboxentry.cpp\
       
    49            ../../src/vmbxuiengine.cpp \
       
    50            ../../src/vmbxcpplugin.cpp \
       
    51            ../../src/vmbxcpgroup.cpp  \
       
    52            ../../src/actioncustomitem.cpp \
       
    53            ../../src/customedit.cpp
       
    54