vmbx/vmbxcpplugin/tsrc/ut_vmbxcpplugin.pro
author hgs
Fri, 17 Sep 2010 17:09:13 +0300
changeset 48 78df25012fda
parent 32 1f002146abb4
permissions -rw-r--r--
201037

#
# Copyright (c) 2009 - 2010 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
#
# Description: ut_vmbxcpplugin.exe
#

TEMPLATE = app
TARGET = ut_vmbxcpplugin
DEPENDPATH += .
INCLUDEPATH += .
CONFIG += hb
CONFIG += qtestlib
MOC_DIR = moc

symbian: { 
    TARGET.CAPABILITY = CAP_GENERAL_DLL 
}

symbian {
    INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
                   $$MOC_DIR \
                   /epoc32/include/mw/QtTest \
                   ../../inc\
                   ./inc
                   TARGET.EPOCALLOWDLLDATA = 1
LIBS += -lcpframework
}

# Input
HEADERS += inc\ut_vmbxuiengine.h\
           inc\ut_vmbxcpplugin.h \
           inc\ut_actioncustomitem.h\
           inc\ut_customedit.h \
           ..\inc\vmbxuiengine.h \
           ..\inc\vmbxcpplugin.h \
           ..\inc\vmbxcpgroup.h \
           ..\inc\actioncustomitem.h \
           ..\inc\customedit.h


SOURCES += src\main.cpp\
           src\ut_vmbxuiengine.cpp\
           src\ut_vmbxcpplugin.cpp \
           src\ut_actioncustomitem.cpp \
           src\ut_customedit.cpp \
           src\ut_dummyvoicemailbox.cpp\
           src\ut_dummyvoicemailboxentry.cpp\
           ..\src\vmbxuiengine.cpp \
           ..\src\vmbxcpplugin.cpp \
           ..\src\vmbxcpgroup.cpp  \
           ..\src\actioncustomitem.cpp \
           ..\src\customedit.cpp