vmbx/vmbxcpplugin/tsrc/ut_vmbxcpplugin.pro
changeset 13 e32024264ebb
parent 12 ae8abd0db65c
child 19 e44a8c097b15
equal deleted inserted replaced
12:ae8abd0db65c 13:e32024264ebb
     1 #
     1 #
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009 - 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of "Eclipse Public License v1.0"
     5 # under the terms of "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    26 }
    26 }
    27 
    27 
    28 symbian {
    28 symbian {
    29     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
    29     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
    30                    /epoc32/include/mw/QtTest \
    30                    /epoc32/include/mw/QtTest \
    31                   ../../inc
    31                   ../../inc\
    32 
    32                   ./inc
    33     LIBS += -lvmbxcpplugin.dll\
    33                   TARGET.EPOCALLOWDLLDATA = 1
    34             -lvmbxengine.dll\
    34 LIBS += -lcpframework
    35              -lflogger.dll\
       
    36              -lcpframework
       
    37 
       
    38 
       
    39 }
    35 }
    40 
    36 
    41 # Input
    37 # Input
    42 HEADERS += ut_vmbxcpplugin.h\
    38 HEADERS += inc\ut_vmbxuiengine.h\
    43           ..\inc\vmbxcpgroup.h\
    39            inc\ut_vmbxcpplugin.h \
    44           ..\inc\vmbxuiengine.h
    40            ..\inc\vmbxuiengine.h \
       
    41            ..\inc\vmbxcpplugin.h \
       
    42            ..\inc\vmbxcpgroup.h
    45 
    43 
    46 SOURCES += ut_vmbxcpplugin.cpp\
       
    47           ..\src\vmbxcpgroup.cpp\
       
    48           ..\src\vmbxuiengine.cpp
       
    49 
    44 
       
    45 SOURCES += src\main.cpp\
       
    46            src\ut_vmbxuiengine.cpp\
       
    47            src\ut_vmbxcpplugin.cpp \
       
    48            src\ut_dummyvoicemailbox.cpp\
       
    49            src\ut_dummyvoicemailboxentry.cpp\
       
    50            ..\src\vmbxuiengine.cpp \
       
    51            ..\src\vmbxcpplugin.cpp \
       
    52            ..\src\vmbxcpgroup.cpp 
       
    53