summaryrefslogtreecommitdiffabout
path: root/libkcal/kcal.pro.back
authorzautrix <zautrix>2004-06-26 19:01:18 (UTC)
committer zautrix <zautrix>2004-06-26 19:01:18 (UTC)
commitb9aad1f15dc600e4dbe4c62d3fcced6363188ba3 (patch) (unidiff)
tree2c3d4004fb21c72cba65793859f9bcd8ffd3a49c /libkcal/kcal.pro.back
downloadkdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.zip
kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.gz
kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.bz2
Initial revision
Diffstat (limited to 'libkcal/kcal.pro.back') (more/less context) (ignore whitespace changes)
-rw-r--r--libkcal/kcal.pro.back84
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
4INCLUDEPATH += ../microkde ../qtcompat versit
5INCLUDEPATH += ../libical/src/libical
6INCLUDEPATH += ../libical/src/libicalss
7OBJECTS_DIR = obj/$(PLATFORM)
8MOC_DIR = moc
9DESTDIR = $(QPEDIR)/lib
10LIBS += -lical
11LIBS += -licalss
12
13INTERFACES = \
14
15HEADERS = \
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
51SOURCES = \
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