author | zautrix <zautrix> | 2004-10-28 08:46:51 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-28 08:46:51 (UTC) |
commit | 5a00eab1d13ccc22fa0b0c1088286781c2dcd622 (patch) (side-by-side diff) | |
tree | 0e34d5079797256fb653f370b9ca5547e64d5191 /libkcal | |
parent | c4b69dc9ef84d6fe3788116f0e124218c095b06c (diff) | |
download | kdepimpi-5a00eab1d13ccc22fa0b0c1088286781c2dcd622.zip kdepimpi-5a00eab1d13ccc22fa0b0c1088286781c2dcd622.tar.gz kdepimpi-5a00eab1d13ccc22fa0b0c1088286781c2dcd622.tar.bz2 |
opk package changes - first step
-rw-r--r-- | libkcal/libkcalE.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/libkcalE.pro b/libkcal/libkcalE.pro index e42dc9c..c2fb4e5 100644 --- a/libkcal/libkcalE.pro +++ b/libkcal/libkcalE.pro @@ -1,91 +1,91 @@ TEMPLATE = lib CONFIG += qt warn_on -TARGET = komicrokcal +TARGET = microkcal INCLUDEPATH += ../libkdepim ../microkde ../qtcompat versit ../microkde/kdecore $(QPEDIR)/include INCLUDEPATH += ../libical/src/libical INCLUDEPATH += ../libical/src/libicalss OBJECTS_DIR = obj/$(PLATFORM) MOC_DIR = moc/$(PLATFORM) DESTDIR = $(QPEDIR)/lib LIBS += ../libical/lib/$(PLATFORM)/libical.a LIBS += ../libical/lib/$(PLATFORM)/libicalss.a INTERFACES = \ HEADERS = \ alarm.h \ attachment.h \ attendee.h \ calendar.h \ calendarlocal.h \ calfilter.h \ calformat.h \ calstorage.h \ compat.h \ customproperties.h \ dummyscheduler.h \ duration.h \ event.h \ exceptions.h \ filestorage.h \ freebusy.h \ icaldrag.h \ icalformat.h \ icalformatimpl.h \ imipscheduler.h \ incidence.h \ incidencebase.h \ kincidenceformatter.h \ journal.h \ period.h \ person.h \ qtopiaformat.h \ sharpformat.h \ phoneformat.h \ recurrence.h \ scheduler.h \ todo.h \ vcaldrag.h \ vcalformat.h \ versit/port.h \ versit/vcc.h \ versit/vobject.h \ SOURCES = \ alarm.cpp \ attachment.cpp \ attendee.cpp \ calendar.cpp \ calendarlocal.cpp \ calfilter.cpp \ calformat.cpp \ compat.cpp \ customproperties.cpp \ dummyscheduler.cpp \ duration.cpp \ event.cpp \ exceptions.cpp \ filestorage.cpp \ freebusy.cpp \ icaldrag.cpp \ icalformat.cpp \ icalformatimpl.cpp \ imipscheduler.cpp \ incidence.cpp \ incidencebase.cpp \ kincidenceformatter.cpp \ journal.cpp \ period.cpp \ person.cpp \ qtopiaformat.cpp \ sharpformat.cpp \ phoneformat.cpp \ recurrence.cpp \ scheduler.cpp \ todo.cpp \ vcaldrag.cpp \ vcalformat.cpp \ versit/vcc.c \ versit/vobject.c \ |