|
1 # |
|
2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 # All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Nokia Corporation - initial contribution. |
|
11 # |
|
12 # Contributors: |
|
13 # |
|
14 # Description: Project defnition file for controller. |
|
15 # |
|
16 |
|
17 TEMPLATE = lib |
|
18 TARGET = calencontroller |
|
19 DEPENDPATH += ./ \ |
|
20 ./inc \ |
|
21 ./src |
|
22 DEFINES += CALENCONTROLLER_DLL |
|
23 INCLUDEPATH += ./inc \ |
|
24 ../inc \ |
|
25 ../views/inc \ |
|
26 ../globaldata/inc |
|
27 |
|
28 CONFIG += hb |
|
29 |
|
30 symbian : { |
|
31 BLD_INF_RULES.prj_exports += \ |
|
32 "./inc/calenactionuiutils.h |../inc/calenactionuiutils.h" \ |
|
33 "./inc/calenservicesimpl.h |../inc/calenservicesimpl.h" \ |
|
34 "./inc/calenservicesfactory.h |../inc/calenservicesfactory.h" \ |
|
35 "./inc/calennotificationhandler.h |../inc/calennotificationhandler.h" \ |
|
36 "./inc/calendocloader.h |../inc/calendocloader.h" |
|
37 |
|
38 LIBS += -lcalinterimapi \ |
|
39 -lcalenviews \ |
|
40 -lcalenglobaldata \ |
|
41 -lcalencommonutils \ |
|
42 -lcalencustomisationmanager \ |
|
43 -lcaleneditor \ |
|
44 -lbafl \ |
|
45 -lagendainterface \ |
|
46 -lagendaeventviewer |
|
47 |
|
48 TARGET.UID3 = 0x10282F25 |
|
49 TARGET.CAPABILITY = CAP_GENERAL_DLL |
|
50 TARGET.EPOCALLOWDLLDATA = 1 |
|
51 |
|
52 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
53 } |
|
54 # Input |
|
55 HEADERS += calenactionui.h \ |
|
56 calenactionuiutils.h \ |
|
57 calenasynccallback.h \ |
|
58 calencontroller.h \ |
|
59 calendeleteui.h \ |
|
60 calendeletingstate.h \ |
|
61 calenidlestate.h \ |
|
62 calennotificationhandler.h \ |
|
63 calennotifier.h \ |
|
64 calenpopulationstate.h \ |
|
65 calenservicesfactory.h \ |
|
66 calenservicesimpl.h \ |
|
67 calenstate.h \ |
|
68 calenstatemachine.h \ |
|
69 calenstatetable.h \ |
|
70 calenviewmanager.h \ |
|
71 calenhashfunctions.inl \ |
|
72 calensettingsstate.h \ |
|
73 calenbackgroundstate.h \ |
|
74 calenexitingstate.h \ |
|
75 calenhelpstate.h \ |
|
76 calenprintingstate.h \ |
|
77 calensendingstate.h \ |
|
78 caleneditingstate.h \ |
|
79 calenviewingstate.h \ |
|
80 caleneditui.h \ |
|
81 calendocloader.h |
|
82 |
|
83 SOURCES += calenactionui.cpp \ |
|
84 calenactionuiutils.cpp \ |
|
85 calenasynccallback.cpp \ |
|
86 calencontroller.cpp \ |
|
87 calendeleteui.cpp \ |
|
88 calendeletingstate.cpp \ |
|
89 calenidlestate.cpp \ |
|
90 calennotifier.cpp \ |
|
91 calenpopulationstate.cpp \ |
|
92 calenservicesimpl.cpp \ |
|
93 calenstate.cpp \ |
|
94 calenstatemachine.cpp \ |
|
95 calenviewmanager.cpp \ |
|
96 calensettingsstate.cpp \ |
|
97 calenbackgroundstate.cpp \ |
|
98 calenexitingstate.cpp \ |
|
99 calenhelpstate.cpp \ |
|
100 calenprintingstate.cpp \ |
|
101 calensendingstate.cpp \ |
|
102 caleneditingstate.cpp \ |
|
103 calenviewingstate.cpp \ |
|
104 caleneditui.cpp \ |
|
105 calendocloader.cpp |
|
106 |
|
107 RESOURCES += ./data/calendar.qrc |
|
108 |
|
109 # End of file --Don't remove this. |