vmbx/vmbxcpplugin/tsrc/ut_vmbxcpplugin.pro
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
child 21 0a6dd2dc9970
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     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: ut_vmbxcpplugin.exe
       
    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 symbian: { 
       
    26     TARGET.CAPABILITY = CAP_GENERAL_DLL 
       
    27 }
       
    28 
       
    29 symbian {
       
    30     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
       
    31                    $$MOC_DIR \
       
    32                    /epoc32/include/mw/QtTest \
       
    33                    ../../inc\
       
    34                    ./inc
       
    35                    TARGET.EPOCALLOWDLLDATA = 1
       
    36 LIBS += -lcpframework
       
    37 }
       
    38 
       
    39 # Input
       
    40 HEADERS += inc\ut_vmbxuiengine.h\
       
    41            inc\ut_vmbxcpplugin.h \
       
    42            inc\ut_actioncustomitem.h\
       
    43            inc\ut_customedit.h \
       
    44            ..\inc\vmbxuiengine.h \
       
    45            ..\inc\vmbxcpplugin.h \
       
    46            ..\inc\vmbxcpgroup.h \
       
    47            ..\inc\actioncustomitem.h \
       
    48            ..\inc\customedit.h
       
    49 
       
    50 
       
    51 SOURCES += src\main.cpp\
       
    52            src\ut_vmbxuiengine.cpp\
       
    53            src\ut_vmbxcpplugin.cpp \
       
    54            src\ut_actioncustomitem.cpp \
       
    55            src\ut_customedit.cpp \
       
    56            src\ut_dummyvoicemailbox.cpp\
       
    57            src\ut_dummyvoicemailboxentry.cpp\
       
    58            ..\src\vmbxuiengine.cpp \
       
    59            ..\src\vmbxcpplugin.cpp \
       
    60            ..\src\vmbxcpgroup.cpp  \
       
    61            ..\src\actioncustomitem.cpp \
       
    62            ..\src\customedit.cpp
       
    63