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