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