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