summaryrefslogtreecommitdiffabout
path: root/libkcal
authorzautrix <zautrix>2004-09-17 01:51:00 (UTC)
committer zautrix <zautrix>2004-09-17 01:51:00 (UTC)
commit6341e161c5af4e5ac1d1d3ec9fdabf04b287800f (patch) (unidiff)
tree7dd9b981627ea834bea3f89c8d2f309513c1a202 /libkcal
parent587d6481e8f5124b7bb7a6fb74b2921c9dbb6ec1 (diff)
downloadkdepimpi-6341e161c5af4e5ac1d1d3ec9fdabf04b287800f.zip
kdepimpi-6341e161c5af4e5ac1d1d3ec9fdabf04b287800f.tar.gz
kdepimpi-6341e161c5af4e5ac1d1d3ec9fdabf04b287800f.tar.bz2
desktop fix
Diffstat (limited to 'libkcal') (more/less context) (ignore whitespace changes)
-rw-r--r--libkcal/libkcal.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/libkcal/libkcal.pro b/libkcal/libkcal.pro
index d02f080..7a0bd22 100644
--- a/libkcal/libkcal.pro
+++ b/libkcal/libkcal.pro
@@ -19,86 +19,88 @@ MOC_DIR = moc/unix
19win32: { 19win32: {
20DEFINES += _WIN32_ 20DEFINES += _WIN32_
21 21
22LIBS += ../libical/lib/ical.lib 22LIBS += ../libical/lib/ical.lib
23LIBS += ../libical/lib/icalss.lib 23LIBS += ../libical/lib/icalss.lib
24OBJECTS_DIR = obj/win 24OBJECTS_DIR = obj/win
25MOC_DIR = moc/win 25MOC_DIR = moc/win
26 26
27} 27}
28 28
29INTERFACES = \ 29INTERFACES = \
30 30
31HEADERS = \ 31HEADERS = \
32 alarm.h \ 32 alarm.h \
33 attachment.h \ 33 attachment.h \
34 attendee.h \ 34 attendee.h \
35 calendar.h \ 35 calendar.h \
36 calendarlocal.h \ 36 calendarlocal.h \
37 calfilter.h \ 37 calfilter.h \
38 calformat.h \ 38 calformat.h \
39 calstorage.h \ 39 calstorage.h \
40 compat.h \ 40 compat.h \
41 customproperties.h \ 41 customproperties.h \
42 dummyscheduler.h \ 42 dummyscheduler.h \
43kincidenceformatter.h \
43 duration.h \ 44 duration.h \
44 event.h \ 45 event.h \
45 exceptions.h \ 46 exceptions.h \
46 filestorage.h \ 47 filestorage.h \
47 freebusy.h \ 48 freebusy.h \
48 icaldrag.h \ 49 icaldrag.h \
49 icalformat.h \ 50 icalformat.h \
50 icalformatimpl.h \ 51 icalformatimpl.h \
51 imipscheduler.h \ 52 imipscheduler.h \
52 incidence.h \ 53 incidence.h \
53 incidencebase.h \ 54 incidencebase.h \
54 journal.h \ 55 journal.h \
55 period.h \ 56 period.h \
56 person.h \ 57 person.h \
57 qtopiaformat.h \ 58 qtopiaformat.h \
58 recurrence.h \ 59 recurrence.h \
59 scheduler.h \ 60 scheduler.h \
60 todo.h \ 61 todo.h \
61 vcaldrag.h \ 62 vcaldrag.h \
62 vcalformat.h \ 63 vcalformat.h \
63 versit/port.h \ 64 versit/port.h \
64 versit/vcc.h \ 65 versit/vcc.h \
65 versit/vobject.h \ 66 versit/vobject.h \
66 phoneformat.h \ 67 phoneformat.h \
67 68
68 69
69 70
70SOURCES = \ 71SOURCES = \
71 alarm.cpp \ 72 alarm.cpp \
72 attachment.cpp \ 73 attachment.cpp \
73 attendee.cpp \ 74 attendee.cpp \
74 calendar.cpp \ 75 calendar.cpp \
75 calendarlocal.cpp \ 76 calendarlocal.cpp \
76 calfilter.cpp \ 77 calfilter.cpp \
77 calformat.cpp \ 78 calformat.cpp \
78 compat.cpp \ 79 compat.cpp \
79 customproperties.cpp \ 80 customproperties.cpp \
80 dummyscheduler.cpp \ 81 dummyscheduler.cpp \
82 kincidenceformatter.cpp \
81 duration.cpp \ 83 duration.cpp \
82 event.cpp \ 84 event.cpp \
83 exceptions.cpp \ 85 exceptions.cpp \
84 filestorage.cpp \ 86 filestorage.cpp \
85 freebusy.cpp \ 87 freebusy.cpp \
86 icaldrag.cpp \ 88 icaldrag.cpp \
87 icalformat.cpp \ 89 icalformat.cpp \
88 icalformatimpl.cpp \ 90 icalformatimpl.cpp \
89 imipscheduler.cpp \ 91 imipscheduler.cpp \
90 incidence.cpp \ 92 incidence.cpp \
91 incidencebase.cpp \ 93 incidencebase.cpp \
92 journal.cpp \ 94 journal.cpp \
93 period.cpp \ 95 period.cpp \
94 person.cpp \ 96 person.cpp \
95 qtopiaformat.cpp \ 97 qtopiaformat.cpp \
96 recurrence.cpp \ 98 recurrence.cpp \
97 scheduler.cpp \ 99 scheduler.cpp \
98 todo.cpp \ 100 todo.cpp \
99 vcaldrag.cpp \ 101 vcaldrag.cpp \
100 vcalformat.cpp \ 102 vcalformat.cpp \
101 versit/vcc.c \ 103 versit/vcc.c \
102 versit/vobject.c \ 104 versit/vobject.c \
103 phoneformat.cpp \ 105 phoneformat.cpp \
104 106