-rw-r--r-- | libkcal/libkcal.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libkcal/libkcal.pro b/libkcal/libkcal.pro index 49aa24b..d02f080 100644 --- a/libkcal/libkcal.pro +++ b/libkcal/libkcal.pro | |||
@@ -54,24 +54,27 @@ HEADERS = \ | |||
54 | journal.h \ | 54 | journal.h \ |
55 | period.h \ | 55 | period.h \ |
56 | person.h \ | 56 | person.h \ |
57 | qtopiaformat.h \ | 57 | qtopiaformat.h \ |
58 | recurrence.h \ | 58 | recurrence.h \ |
59 | scheduler.h \ | 59 | scheduler.h \ |
60 | todo.h \ | 60 | todo.h \ |
61 | vcaldrag.h \ | 61 | vcaldrag.h \ |
62 | vcalformat.h \ | 62 | vcalformat.h \ |
63 | versit/port.h \ | 63 | versit/port.h \ |
64 | versit/vcc.h \ | 64 | versit/vcc.h \ |
65 | versit/vobject.h \ | 65 | versit/vobject.h \ |
66 | phoneformat.h \ | ||
67 | |||
68 | |||
66 | 69 | ||
67 | SOURCES = \ | 70 | SOURCES = \ |
68 | alarm.cpp \ | 71 | alarm.cpp \ |
69 | attachment.cpp \ | 72 | attachment.cpp \ |
70 | attendee.cpp \ | 73 | attendee.cpp \ |
71 | calendar.cpp \ | 74 | calendar.cpp \ |
72 | calendarlocal.cpp \ | 75 | calendarlocal.cpp \ |
73 | calfilter.cpp \ | 76 | calfilter.cpp \ |
74 | calformat.cpp \ | 77 | calformat.cpp \ |
75 | compat.cpp \ | 78 | compat.cpp \ |
76 | customproperties.cpp \ | 79 | customproperties.cpp \ |
77 | dummyscheduler.cpp \ | 80 | dummyscheduler.cpp \ |
@@ -88,13 +91,14 @@ SOURCES = \ | |||
88 | incidencebase.cpp \ | 91 | incidencebase.cpp \ |
89 | journal.cpp \ | 92 | journal.cpp \ |
90 | period.cpp \ | 93 | period.cpp \ |
91 | person.cpp \ | 94 | person.cpp \ |
92 | qtopiaformat.cpp \ | 95 | qtopiaformat.cpp \ |
93 | recurrence.cpp \ | 96 | recurrence.cpp \ |
94 | scheduler.cpp \ | 97 | scheduler.cpp \ |
95 | todo.cpp \ | 98 | todo.cpp \ |
96 | vcaldrag.cpp \ | 99 | vcaldrag.cpp \ |
97 | vcalformat.cpp \ | 100 | vcalformat.cpp \ |
98 | versit/vcc.c \ | 101 | versit/vcc.c \ |
99 | versit/vobject.c \ | 102 | versit/vobject.c \ |
103 | phoneformat.cpp \ | ||
100 | 104 | ||