summaryrefslogtreecommitdiffabout
path: root/libkcal/libkcalE.pro
Unidiff
Diffstat (limited to 'libkcal/libkcalE.pro') (more/less context) (show 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,60 +1,62 @@
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 \