-rw-r--r-- | libkcal/libkcalE.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libkcal/libkcalE.pro b/libkcal/libkcalE.pro index f5be980..1f5ef78 100644 --- a/libkcal/libkcalE.pro +++ b/libkcal/libkcalE.pro | |||
@@ -15,75 +15,77 @@ INTERFACES = \ | |||
15 | 15 | ||
16 | HEADERS = \ | 16 | HEADERS = \ |
17 | alarm.h \ | 17 | alarm.h \ |
18 | attachment.h \ | 18 | attachment.h \ |
19 | attendee.h \ | 19 | attendee.h \ |
20 | calendar.h \ | 20 | calendar.h \ |
21 | calendarlocal.h \ | 21 | calendarlocal.h \ |
22 | calfilter.h \ | 22 | calfilter.h \ |
23 | calformat.h \ | 23 | calformat.h \ |
24 | calstorage.h \ | 24 | calstorage.h \ |
25 | compat.h \ | 25 | compat.h \ |
26 | customproperties.h \ | 26 | customproperties.h \ |
27 | dummyscheduler.h \ | 27 | dummyscheduler.h \ |
28 | duration.h \ | 28 | duration.h \ |
29 | event.h \ | 29 | event.h \ |
30 | exceptions.h \ | 30 | exceptions.h \ |
31 | filestorage.h \ | 31 | filestorage.h \ |
32 | freebusy.h \ | 32 | freebusy.h \ |
33 | icaldrag.h \ | 33 | icaldrag.h \ |
34 | icalformat.h \ | 34 | icalformat.h \ |
35 | icalformatimpl.h \ | 35 | icalformatimpl.h \ |
36 | imipscheduler.h \ | 36 | imipscheduler.h \ |
37 | incidence.h \ | 37 | incidence.h \ |
38 | incidencebase.h \ | 38 | incidencebase.h \ |
39 | kincidenceformatter.h \ | ||
39 | journal.h \ | 40 | journal.h \ |
40 | period.h \ | 41 | period.h \ |
41 | person.h \ | 42 | person.h \ |
42 | qtopiaformat.h \ | 43 | qtopiaformat.h \ |
43 | sharpformat.h \ | 44 | sharpformat.h \ |
44 | phoneformat.h \ | 45 | phoneformat.h \ |
45 | recurrence.h \ | 46 | recurrence.h \ |
46 | scheduler.h \ | 47 | scheduler.h \ |
47 | todo.h \ | 48 | todo.h \ |
48 | vcaldrag.h \ | 49 | vcaldrag.h \ |
49 | vcalformat.h \ | 50 | vcalformat.h \ |
50 | versit/port.h \ | 51 | versit/port.h \ |
51 | versit/vcc.h \ | 52 | versit/vcc.h \ |
52 | versit/vobject.h \ | 53 | versit/vobject.h \ |
53 | 54 | ||
54 | SOURCES = \ | 55 | SOURCES = \ |
55 | alarm.cpp \ | 56 | alarm.cpp \ |
56 | attachment.cpp \ | 57 | attachment.cpp \ |
57 | attendee.cpp \ | 58 | attendee.cpp \ |
58 | calendar.cpp \ | 59 | calendar.cpp \ |
59 | calendarlocal.cpp \ | 60 | calendarlocal.cpp \ |
60 | calfilter.cpp \ | 61 | calfilter.cpp \ |
61 | calformat.cpp \ | 62 | calformat.cpp \ |
62 | compat.cpp \ | 63 | compat.cpp \ |
63 | customproperties.cpp \ | 64 | customproperties.cpp \ |
64 | dummyscheduler.cpp \ | 65 | dummyscheduler.cpp \ |
65 | duration.cpp \ | 66 | duration.cpp \ |
66 | event.cpp \ | 67 | event.cpp \ |
67 | exceptions.cpp \ | 68 | exceptions.cpp \ |
68 | filestorage.cpp \ | 69 | filestorage.cpp \ |
69 | freebusy.cpp \ | 70 | freebusy.cpp \ |
70 | icaldrag.cpp \ | 71 | icaldrag.cpp \ |
71 | icalformat.cpp \ | 72 | icalformat.cpp \ |
72 | icalformatimpl.cpp \ | 73 | icalformatimpl.cpp \ |
73 | imipscheduler.cpp \ | 74 | imipscheduler.cpp \ |
74 | incidence.cpp \ | 75 | incidence.cpp \ |
75 | incidencebase.cpp \ | 76 | incidencebase.cpp \ |
77 | kincidenceformatter.cpp \ | ||
76 | journal.cpp \ | 78 | journal.cpp \ |
77 | period.cpp \ | 79 | period.cpp \ |
78 | person.cpp \ | 80 | person.cpp \ |
79 | qtopiaformat.cpp \ | 81 | qtopiaformat.cpp \ |
80 | sharpformat.cpp \ | 82 | sharpformat.cpp \ |
81 | phoneformat.cpp \ | 83 | phoneformat.cpp \ |
82 | recurrence.cpp \ | 84 | recurrence.cpp \ |
83 | scheduler.cpp \ | 85 | scheduler.cpp \ |
84 | todo.cpp \ | 86 | todo.cpp \ |
85 | vcaldrag.cpp \ | 87 | vcaldrag.cpp \ |
86 | vcalformat.cpp \ | 88 | vcalformat.cpp \ |
87 | versit/vcc.c \ | 89 | versit/vcc.c \ |
88 | versit/vobject.c \ | 90 | versit/vobject.c \ |
89 | 91 | ||