summaryrefslogtreecommitdiffabout
path: root/libkcal
authorzautrix <zautrix>2004-09-17 01:51:00 (UTC)
committer zautrix <zautrix>2004-09-17 01:51:00 (UTC)
commit6341e161c5af4e5ac1d1d3ec9fdabf04b287800f (patch) (side-by-side diff)
tree7dd9b981627ea834bea3f89c8d2f309513c1a202 /libkcal
parent587d6481e8f5124b7bb7a6fb74b2921c9dbb6ec1 (diff)
downloadkdepimpi-6341e161c5af4e5ac1d1d3ec9fdabf04b287800f.zip
kdepimpi-6341e161c5af4e5ac1d1d3ec9fdabf04b287800f.tar.gz
kdepimpi-6341e161c5af4e5ac1d1d3ec9fdabf04b287800f.tar.bz2
desktop fix
Diffstat (limited to 'libkcal') (more/less context) (ignore whitespace changes)
-rw-r--r--libkcal/libkcal.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/libkcal/libkcal.pro b/libkcal/libkcal.pro
index d02f080..7a0bd22 100644
--- a/libkcal/libkcal.pro
+++ b/libkcal/libkcal.pro
@@ -19,86 +19,88 @@ MOC_DIR = moc/unix
win32: {
DEFINES += _WIN32_
LIBS += ../libical/lib/ical.lib
LIBS += ../libical/lib/icalss.lib
OBJECTS_DIR = obj/win
MOC_DIR = moc/win
}
INTERFACES = \
HEADERS = \
alarm.h \
attachment.h \
attendee.h \
calendar.h \
calendarlocal.h \
calfilter.h \
calformat.h \
calstorage.h \
compat.h \
customproperties.h \
dummyscheduler.h \
+kincidenceformatter.h \
duration.h \
event.h \
exceptions.h \
filestorage.h \
freebusy.h \
icaldrag.h \
icalformat.h \
icalformatimpl.h \
imipscheduler.h \
incidence.h \
incidencebase.h \
journal.h \
period.h \
person.h \
qtopiaformat.h \
recurrence.h \
scheduler.h \
todo.h \
vcaldrag.h \
vcalformat.h \
versit/port.h \
versit/vcc.h \
versit/vobject.h \
phoneformat.h \
SOURCES = \
alarm.cpp \
attachment.cpp \
attendee.cpp \
calendar.cpp \
calendarlocal.cpp \
calfilter.cpp \
calformat.cpp \
compat.cpp \
customproperties.cpp \
dummyscheduler.cpp \
+ kincidenceformatter.cpp \
duration.cpp \
event.cpp \
exceptions.cpp \
filestorage.cpp \
freebusy.cpp \
icaldrag.cpp \
icalformat.cpp \
icalformatimpl.cpp \
imipscheduler.cpp \
incidence.cpp \
incidencebase.cpp \
journal.cpp \
period.cpp \
person.cpp \
qtopiaformat.cpp \
recurrence.cpp \
scheduler.cpp \
todo.cpp \
vcaldrag.cpp \
vcalformat.cpp \
versit/vcc.c \
versit/vobject.c \
phoneformat.cpp \