vmbx/vmbxcpplugin/tsrc/ut_vmbxcpplugin.pro
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
child 21 0a6dd2dc9970
--- a/vmbx/vmbxcpplugin/tsrc/ut_vmbxcpplugin.pro	Tue Aug 31 15:45:17 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
-