-rw-r--r-- | libkcal/kcal.pro.back | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/libkcal/kcal.pro.back b/libkcal/kcal.pro.back new file mode 100644 index 0000000..a33c5f9 --- a/dev/null +++ b/libkcal/kcal.pro.back | |||
@@ -0,0 +1,84 @@ | |||
1 | TEMPLATE= lib | ||
2 | CONFIG = qt warn_on release | ||
3 | TARGET = kcal | ||
4 | INCLUDEPATH += ../microkde ../qtcompat versit | ||
5 | INCLUDEPATH += ../libical/src/libical | ||
6 | INCLUDEPATH += ../libical/src/libicalss | ||
7 | OBJECTS_DIR = obj/$(PLATFORM) | ||
8 | MOC_DIR = moc | ||
9 | DESTDIR = $(QPEDIR)/lib | ||
10 | LIBS += -lical | ||
11 | LIBS += -licalss | ||
12 | |||
13 | INTERFACES = \ | ||
14 | |||
15 | HEADERS = \ | ||
16 | alarm.h \ | ||
17 | attachment.h \ | ||
18 | attendee.h \ | ||
19 | calendar.h \ | ||
20 | calendarlocal.h \ | ||
21 | calfilter.h \ | ||
22 | calformat.h \ | ||
23 | calstorage.h \ | ||
24 | compat.h \ | ||
25 | customproperties.h \ | ||
26 | dummyscheduler.h \ | ||
27 | duration.h \ | ||
28 | event.h \ | ||
29 | exceptions.h \ | ||
30 | filestorage.h \ | ||
31 | freebusy.h \ | ||
32 | icaldrag.h \ | ||
33 | icalformat.h \ | ||
34 | icalformatimpl.h \ | ||
35 | imipscheduler.h \ | ||
36 | incidence.h \ | ||
37 | incidencebase.h \ | ||
38 | journal.h \ | ||
39 | period.h \ | ||
40 | person.h \ | ||
41 | qtopiaformat.h \ | ||
42 | recurrence.h \ | ||
43 | scheduler.h \ | ||
44 | todo.h \ | ||
45 | vcaldrag.h \ | ||
46 | vcalformat.h \ | ||
47 | versit/port.h \ | ||
48 | versit/vcc.h \ | ||
49 | versit/vobject.h \ | ||
50 | |||
51 | SOURCES = \ | ||
52 | alarm.cpp \ | ||
53 | attachment.cpp \ | ||
54 | attendee.cpp \ | ||
55 | calendar.cpp \ | ||
56 | calendarlocal.cpp \ | ||
57 | calfilter.cpp \ | ||
58 | calformat.cpp \ | ||
59 | compat.cpp \ | ||
60 | customproperties.cpp \ | ||
61 | dummyscheduler.cpp \ | ||
62 | duration.cpp \ | ||
63 | event.cpp \ | ||
64 | exceptions.cpp \ | ||
65 | filestorage.cpp \ | ||
66 | freebusy.cpp \ | ||
67 | icaldrag.cpp \ | ||
68 | icalformat.cpp \ | ||
69 | icalformatimpl.cpp \ | ||
70 | imipscheduler.cpp \ | ||
71 | incidence.cpp \ | ||
72 | incidencebase.cpp \ | ||
73 | journal.cpp \ | ||
74 | period.cpp \ | ||
75 | person.cpp \ | ||
76 | qtopiaformat.cpp \ | ||
77 | recurrence.cpp \ | ||
78 | scheduler.cpp \ | ||
79 | todo.cpp \ | ||
80 | vcaldrag.cpp \ | ||
81 | vcalformat.cpp \ | ||
82 | versit/vcc.c \ | ||
83 | versit/vobject.c \ | ||
84 | |||