diff -r 12bc758d6a02 -r 25b8d29b7c59 vmbx/vmbxcpplugin/tsrc/ut_vmbxcpplugin.pro --- a/vmbx/vmbxcpplugin/tsrc/ut_vmbxcpplugin.pro Mon Oct 04 15:57:13 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,63 +0,0 @@ -# -# 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 -