45
|
1 |
# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
# All rights reserved.
|
|
3 |
# This component and the accompanying materials are made available
|
|
4 |
# under the terms of "Eclipse Public License v1.0"
|
|
5 |
# which accompanies this distribution, and is available
|
|
6 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
#
|
|
8 |
# Initial Contributors:
|
|
9 |
# Nokia Corporation - initial contribution.
|
|
10 |
#
|
|
11 |
# Contributors:
|
|
12 |
#
|
|
13 |
# Description: Project definition include file for Day View
|
|
14 |
|
|
15 |
# Input
|
|
16 |
|
|
17 |
# Enables panning-effect when swiching between days
|
|
18 |
# Uncomment to enable
|
|
19 |
#DEFINES += CALENDAYVIEW_PANNING_ENABLED
|
|
20 |
|
|
21 |
INCLUDEPATH += ./dayview/inc \
|
|
22 |
$${EPOCROOT}sf/mw/hb/include/hbwidgets/private
|
|
23 |
|
|
24 |
DEPENDPATH += ./dayview/inc \
|
|
25 |
./dayview/src
|
|
26 |
|
|
27 |
HEADERS += calendayview.h \
|
|
28 |
calendaycommonheaders.h \
|
|
29 |
calendayutils.h \
|
|
30 |
calendaycontentscrollarea.h \
|
|
31 |
calendayhourscrollarea.h \
|
|
32 |
calendaycontentwidget.h \
|
|
33 |
calendaymodelmanager.h \
|
|
34 |
calendaymodel.h \
|
|
35 |
calendayitemview.h \
|
|
36 |
calendaycontainer.h \
|
|
37 |
calendayinfo.h \
|
|
38 |
calendayitem.h \
|
|
39 |
calendayhourelement.h \
|
|
40 |
calendaystatusstrip.h \
|
|
41 |
calendayeventspane.h
|
|
42 |
|
|
43 |
SOURCES += calendayview.cpp \
|
|
44 |
calendayutils.cpp \
|
|
45 |
calendaycontentscrollarea.cpp \
|
|
46 |
calendayhourscrollarea.cpp \
|
|
47 |
calendaycontentwidget.cpp \
|
|
48 |
calendaymodelmanager.cpp \
|
|
49 |
calendaymodel.cpp \
|
|
50 |
calendayitemview.cpp \
|
|
51 |
calendaycontainer.cpp \
|
|
52 |
calendayinfo.cpp \
|
|
53 |
calendayitem.cpp \
|
|
54 |
calendayhourelement.cpp \
|
|
55 |
calendaystatusstrip.cpp \
|
|
56 |
calendayeventspane.cpp
|
|
57 |
|
|
58 |
RESOURCES += dayview/resources/calendaywidgets.qrc
|
|
59 |
|
|
60 |
# End of file --Don't remove this. |