diff -r fd30d51f876b -r b6db4fd4947b calendarui/views/dayview/dayview.pri --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/calendarui/views/dayview/dayview.pri Mon Jun 28 15:22:02 2010 +0530 @@ -0,0 +1,60 @@ +# Copyright (c) 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: Project definition include file for Day View + +# Input + +# Enables panning-effect when swiching between days +# Uncomment to enable +#DEFINES += CALENDAYVIEW_PANNING_ENABLED + +INCLUDEPATH += ./dayview/inc \ + $${EPOCROOT}sf/mw/hb/include/hbwidgets/private + +DEPENDPATH += ./dayview/inc \ + ./dayview/src + +HEADERS += calendayview.h \ + calendaycommonheaders.h \ + calendayutils.h \ + calendaycontentscrollarea.h \ + calendayhourscrollarea.h \ + calendaycontentwidget.h \ + calendaymodelmanager.h \ + calendaymodel.h \ + calendayitemview.h \ + calendaycontainer.h \ + calendayinfo.h \ + calendayitem.h \ + calendayhourelement.h \ + calendaystatusstrip.h \ + calendayeventspane.h + +SOURCES += calendayview.cpp \ + calendayutils.cpp \ + calendaycontentscrollarea.cpp \ + calendayhourscrollarea.cpp \ + calendaycontentwidget.cpp \ + calendaymodelmanager.cpp \ + calendaymodel.cpp \ + calendayitemview.cpp \ + calendaycontainer.cpp \ + calendayinfo.cpp \ + calendayitem.cpp \ + calendayhourelement.cpp \ + calendaystatusstrip.cpp \ + calendayeventspane.cpp + +RESOURCES += dayview/resources/calendaywidgets.qrc + +# End of file --Don't remove this. \ No newline at end of file