diff -r 12bc758d6a02 -r 25b8d29b7c59 vmbx/vmbxcpplugin/tsrc/ut_vmbxcpplugin/ut_vmbxcpplugin.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vmbx/vmbxcpplugin/tsrc/ut_vmbxcpplugin/ut_vmbxcpplugin.pro Fri Oct 15 13:21:28 2010 +0300 @@ -0,0 +1,54 @@ +# +# 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: Voicemailbox control panel plugin unit test project +# + +TEMPLATE = app +TARGET = ut_vmbxcpplugin +DEPENDPATH += . +INCLUDEPATH += . +CONFIG += hb +CONFIG += qtestlib +MOC_DIR = moc + +INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \ + $$MOC_DIR + +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 +